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