RelatedEntityCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of related entities.
public ref class RelatedEntityCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Relationship ^, Microsoft::Xrm::Sdk::EntityCollection ^>
[System.Runtime.Serialization.CollectionDataContract(Name="RelatedEntityCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class RelatedEntityCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityCollection>
[<System.Runtime.Serialization.CollectionDataContract(Name="RelatedEntityCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type RelatedEntityCollection = class
inherit DataCollection<Relationship, EntityCollection>
Public NotInheritable Class RelatedEntityCollection
Inherits DataCollection(Of Relationship, EntityCollection)
- Inheritance
- Attributes
Remarks
For each related entity in the collection there is a key/value pair.
Constructors
RelatedEntityCollection() |
Initializes a new instance of the RelatedEntityCollection class. |
Properties
Count |
Gets the number of elements in the collection. (Inherited from DataCollection<TKey,TValue>) |
IsReadOnly |
Gets a value indicating whether the RelatedEntityCollection is read-only. |
Item[TKey] |
Gets or sets the value associated with the specified key. (Inherited from DataCollection<TKey,TValue>) |
Keys |
Gets a collection containing the keys in the DataCollection<TKey,TValue>. (Inherited from DataCollection<TKey,TValue>) |
Values |
Gets a collection containing the values in the DataCollection<TKey,TValue>. (Inherited from DataCollection<TKey,TValue>) |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the collection. (Inherited from DataCollection<TKey,TValue>) |