CrmEntityReference Class

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

Contains a reference to a specific record (entity instance). (Developer Extensions)

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

System::Object
  Microsoft.Xrm.Client::CrmEntityReference

public ref class CrmEntityReference sealed : IExtensibleDataObject

NameDescription
System_CAPS_pubmethodCrmEntityReference()

Initializes an instance of the CrmEntityReference class.

System_CAPS_pubmethodCrmEntityReference(String^, Guid)

Initializes an instance of the CrmEntityReference class.

NameDescription
System_CAPS_pubpropertyId

Gets or sets the ID of the record (entity instance).

System_CAPS_pubpropertyLogicalName

Gets or sets the logical name of the entity.

System_CAPS_pubpropertyName

Gets or sets the name of the entity.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines if the specified object is equal to this entity reference.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash value for this type.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(CrmEntityReference^ to EntityReference^)

Converts between entity reference types.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(EntityReference^ to CrmEntityReference^)

Converts between entity reference types.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIExtensibleDataObject::ExtensionData

Gets or sets the structure that contains extra data.

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.

Return to top

© 2017 Microsoft. All rights reserved. Copyright

Show: