CrmEntityReference Class
Updated: January 15, 2016
Applies To: Dynamics CRM 2015
Contains a reference to a specific record (entity instance). (Developer Extensions)
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
| Name | Description | |
|---|---|---|
![]() | CrmEntityReference() | Initializes an instance of the CrmEntityReference class. |
![]() | CrmEntityReference(String^, Guid) | Initializes an instance of the CrmEntityReference class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets the ID of the record (entity instance). |
![]() | LogicalName | Gets or sets the logical name of the entity. |
![]() | Name | Gets or sets the name of the entity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines if the specified object is equal to this entity reference.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Gets the hash value for this type.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(CrmEntityReference^ to EntityReference^) | Converts between entity reference types. |
![]() ![]() | Implicit(EntityReference^ to CrmEntityReference^) | Converts between entity reference types. |
| Name | Description | |
|---|---|---|
![]() ![]() | IExtensibleDataObject::ExtensionData | Gets or sets the structure that contains extra data. |
| Name | Description | |
|---|---|---|
![]() | SerializeByJson(IEnumerable<Type^>^) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Extends the core EntityReference class.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2017 Microsoft. All rights reserved. Copyright





