ISchemaVersionCollection
Contains a collection of all versions for a schema.
All content changes (version) are contained in this collection that exist for a schema. This also includes the current data status of the schema, which represents the most up-to-date version of the content.
Structural modifications are not part of the collection.
Implements: System.Collections.IEnumerable
Indexers
Indexer | Description |
---|---|
this[Int32]:ISchemaVersion | Calls a version with the indicated version number. |
Properties
Property | Description |
---|---|
Count:Int32 | Returns the number of versions in the collection. |
Methods
Method | Description |
---|---|
GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
LookupVersion(Int32):ISchemaVersion | Calls a version with the indicated version number. |
TryLookupVersion(Int32):ISchemaVersion | Calls a version with the indicated version number. |