RelatedEntityCollection Members
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains a collection of related entities.
The following tables list the members exposed by the RelatedEntityCollection type.
Public Constructors
Name | Description | |
---|---|---|
RelatedEntityCollection | Initializes a new instance of the RelatedEntityCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (inherited from DataCollection) | |
IsReadOnly | Overridden. Gets a value indicating whether the RelatedEntityCollection is read-only. | |
Item | Gets or sets the value associated with the specified key. (inherited from DataCollection) | |
Keys | Gets a collection containing the keys in the DataCollection. (inherited from DataCollection) | |
Values | Gets a collection containing the values in the DataCollection. (inherited from DataCollection) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified key and value to the dictionary. (inherited from DataCollection) | |
AddRange | Overloaded. Adds the elements of the specified collection to the end of the DataCollection. (inherited from DataCollection) | |
Clear | Removes all items from the DataCollection. (inherited from DataCollection) | |
Contains | Overloaded. Determines whether the DataCollection contains a specific value. (inherited from DataCollection) | |
ContainsKey | Determines whether the DataCollection contains a specific key value. (inherited from DataCollection) | |
CopyTo | (inherited from DataCollection) | |
Equals | (inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through a collection. (inherited from DataCollection) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
Remove | Overloaded. Removes the first occurrence of a specific object from the DataCollection. (inherited from DataCollection) | |
ToString | (inherited from Object) | |
TryGetValue | Gets the value associated with the specified key. (inherited from DataCollection) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through the collection. (inherited from DataCollection) |
Top
See Also
Reference
RelatedEntityCollection Class
Microsoft.Xrm.Sdk Namespace
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.