PluginMessageEntityReference Class
Applies To: Dynamics CRM 2015
A reference to a related entity.
Namespace: Microsoft.Xrm.Client.Services.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.Services.Messages.PluginMessageEntityReference
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public class PluginMessageEntityReference
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public ref class PluginMessageEntityReference
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type PluginMessageEntityReference = class end
<SerializableAttribute>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public Class PluginMessageEntityReference
Constructors
Name | Description | |
---|---|---|
PluginMessageEntityReference() | Initializes a new instance of the PluginMessageEntityReference class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToEntityReference() | Converts the PluginMessageEntityReference to an EntityReference. |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Id | The unique identifier of the related entity. |
|
LogicalName | The logical name of the related entity. |
|
Name | A name to identify the PluginMessageEntityReference. |
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client.Services.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright