EntityInstanceCollection Members
Include Protected Members
Include Inherited Members
Represents the collection of External Items.
The EntityInstanceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityInstanceCollection() | Constructs a new instance of the collection class. | |
EntityInstanceCollection(Int32) | Constructs a new instance of the collection class with initial capacity. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<IEntityInstance>.) | |
Count | (Inherited from List<IEntityInstance>.) | |
Item | (Inherited from List<IEntityInstance>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<IEntityInstance>.) | |
IList.Contains | (Inherited from List<IEntityInstance>.) | |
ICollection.CopyTo | (Inherited from List<IEntityInstance>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from List<IEntityInstance>.) | |
IEnumerable.GetEnumerator | (Inherited from List<IEntityInstance>.) | |
IList.IndexOf | (Inherited from List<IEntityInstance>.) | |
IList.Insert | (Inherited from List<IEntityInstance>.) | |
IList.IsFixedSize | (Inherited from List<IEntityInstance>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<IEntityInstance>.) | |
IList.IsReadOnly | (Inherited from List<IEntityInstance>.) | |
ICollection.IsSynchronized | (Inherited from List<IEntityInstance>.) | |
IList.Item | (Inherited from List<IEntityInstance>.) | |
IList.Remove | (Inherited from List<IEntityInstance>.) | |
ICollection.SyncRoot | (Inherited from List<IEntityInstance>.) |
Top