IEntityReferenceCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of IEntityReference objects.
The IEntityReferenceCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from IReadOnlyCollection<T>.) | |
Item[Int32] | Gets the item at a specified index. (Inherited from IReadOnlyCollection<T>.) | |
Item[String, String] | Gets the external content type reference with the given namespace and name. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Determines whether the collection contains a specific item. (Inherited from IReadOnlyCollection<T>.) | |
CopyTo | Copies the items of the collection to an array starting at a specified index. (Inherited from IReadOnlyCollection<T>.) | |
GetEnumerator() | (Inherited from IEnumerable<IEntityReference>.) | |
GetEnumerator() | (Inherited from IEnumerable.) |
Top