IChangeSetStructuralModificationCollection
Supplies a collection of all structural modifications to a ChangeSet.
All structural modifications are contained in this collection that were carried out on a ChangeSet.
Implements: System.Collections.IEnumerable
Properties
| Property | Description |
|---|---|
| Count:Int32 | Returns the number of structural modifications for a ChangeSet. |
Methods
| Method | Description |
|---|---|
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
| LookupName(DateTime):String | Searches for the name of the ChangeSet at the indicated time. |
| LookupState(DateTime):ChangeSetState | Searches for the name of the ChangeSet at the indicated time. |
