adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ISequencedCollectionMember Interface
Members

In This Topic
    ISequencedCollectionMember Interface
    In This Topic
    Implemented by objects that need to have a sequence number set to maintain sequence when they are included in an entity collection.
    Syntax
    'Declaration
     
    
    Public Interface ISequencedCollectionMember 
    public interface ISequencedCollectionMember 
    Remarks
    The SetSequenceNumber method is called by EntityCollection and FacadeCollection when items in a collection are added, removed, or reordered.
    See Also