CrmEntityReference Members

Applies To: Microsoft Dynamics CRM 2015, Microsoft Dynamics CRM Online

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

The following tables list the members exposed by the CrmEntityReference type.

Public Constructors

  Name Description
  CrmEntityReference Overloaded. Initializes an instance of the CrmEntityReference class.

Top

Public Properties

  Name Description
public property Id Gets or sets the ID of the record (entity instance).
public property LogicalName Gets or sets the logical name of the entity.
public property Name Gets or sets the name of the entity.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals Overridden. Determines if the specified object is equal to this entity reference.
public method GetHashCode Overridden. Gets the hash value for this type.
public method GetType  (inherited from Object)
public methodstatic Implicit Overloaded. Converts between entity reference types.
public method ToString  (inherited from Object)

Top

Protected Methods

(see also Extension Methods)

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Extension Methods

  Name Description
public extension method SerializeByJson  Serialize an object using the DataContractJsonSerializer. (Defined by ObjectExtensions.)

Top

Explicit Interface Implementations

  Name Description
  ExtensionData Gets or sets the structure that contains extra data.

Top

See Also

Reference

CrmEntityReference Class
Microsoft.Xrm.Client Namespace

Other Resources

Developer Extensions for Microsoft Dynamics CRM

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.