adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class
Properties Methods

In This Topic
    OID Class Members
    In This Topic

    The following tables list the members exposed by OID.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Returns ToShortString  
    Public Property The Class ID  
    Public Property The Object ID.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Compares two OID values  
    Public Methodstatic (Shared in Visual Basic) Creates a new OID given a class ID and object ID  
    Public MethodOverloaded. Determines whether the specified object is equal to the current object. Determines whether the OID equals another object.  
    Public Methodstatic (Shared in Visual Basic) Gets the ClassID for a ClassGuid.  
    Public MethodServes as the default hash function. Gets the HashCode.  
    Public Methodstatic (Shared in Visual Basic) Determines whether a string is a valid OID representation.  
    Public Methodstatic (Shared in Visual Basic) Takes a list of OID values and returns a list of Guids containing only the object IDs.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Parses a string OID, returning the corresponding ClassID and guid.  
    Public Method Returns a string representation that uses the ClassGuid for the class ID.  
    Public Method Returns a string representation that uses the class name as the class ID.  
    Public Method Returns a string representation that uses the integer value for the class ID.  
    Public MethodReturns a string that represents the current object. Returns ToShortString.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Attempts to parse a string representation of an OID.  
    Top
    Public Operators
    Determines whether two OIDs are equal.
    Determines whether two OIDs are unequal.
    Top
    See Also