Name | Description | |
---|---|---|
OID Constructor | Overloaded. |
The following tables list the members exposed by OID.
Name | Description | |
---|---|---|
OID Constructor | Overloaded. |
Name | Description | |
---|---|---|
Compare | Compares two OID values | |
Create | Creates a new OID given a class ID and object ID | |
Equals | Overloaded. Determines whether the specified object is equal to the current object. Determines whether the OID equals another object. | |
GetCID | Gets the ClassID for a ClassGuid. | |
GetHashCode | Serves as the default hash function. Gets the HashCode. | |
IsValidOID | Determines whether a string is a valid OID representation. | |
OIDListToGuidList | Takes a list of OID values and returns a list of Guids containing only the object IDs. | |
ParseOID | Overloaded. Parses a string OID, returning the corresponding ClassID and guid. | |
ToLongString | Returns a string representation that uses the ClassGuid for the class ID. | |
ToNamedClassString | Returns a string representation that uses the class name as the class ID. | |
ToShortString | Returns a string representation that uses the integer value for the class ID. | |
ToString | Returns a string that represents the current object. Returns ToShortString. | |
TryParse | Overloaded. Attempts to parse a string representation of an OID. |
Equality | Determines whether two OIDs are equal. |
Inequality | Determines whether two OIDs are unequal. |