adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / Create Method

In This Topic
    Create Method (OID)
    In This Topic
    Creates a new OID given a class ID and object ID
    Syntax
    'Declaration
     
    
    Public Shared Function Create( _
       ByVal cid As ClassID, _
       ByVal guid As Nullable(Of Guid) _
    ) As OID
    public static OID Create( 
       ClassID cid,
       Nullable<Guid> guid
    )

    Parameters

    cid
    guid

    Return Value

    A new OID, or null (Nothing) if the guid is null.
    See Also