IChangeSetArchiveCollection

Contains a collection of all ChangeSets already released.

After the publication or discarding of a ChangeSet, the ChangeSet will no longer be available in the data repository. There is therefore an archive for ChangeSets which the ChangeSets are moved into at the time of release.

Implements: System.Collections.IEnumerable

Indexers

IndexerDescription
this[Int32]:IArchivedChangeSet

Calls a ChangeSet based on the Id.

Properties

PropertyDescription
Count:Int32

Returns the number of archived ChangeSets.

Methods

MethodDescription
GetChangeSet(Int32):IArchivedChangeSet

Calls a ChangeSet based on the Id.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

TryGetChangeSet(Int32):IArchivedChangeSet

Calls a ChangeSet based on the Id.