adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ISequencedCollectionMember Interface / SetSequenceNumber Method
The name of the collection within the parent entity. E.g., "Steps" for the collection with a Job that contains JobSteps.
The new sequence number for this item within the collection (0-based).


In This Topic
    SetSequenceNumber Method
    In This Topic
    Sets the sequence number for this item within a containing collection.
    Syntax
    'Declaration
     
    
    Sub SetSequenceNumber( _
       ByVal ParentNavigatorName As String, _
       ByVal sequenceNumber As Integer _
    ) 
    void SetSequenceNumber( 
       string ParentNavigatorName,
       int sequenceNumber
    )
    void SetSequenceNumber( 
       String^ ParentNavigatorName,
       int sequenceNumber
    ) 

    Parameters

    ParentNavigatorName
    The name of the collection within the parent entity. E.g., "Steps" for the collection with a Job that contains JobSteps.
    sequenceNumber
    The new sequence number for this item within the collection (0-based).
    See Also