PluginMessage Class
Applies To: Dynamics CRM 2015
A message sent to a plug-in.
Namespace: Microsoft.Xrm.Client.Services.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.Services.Messages.PluginMessage
Microsoft.Xrm.Client.Services.Messages.OrganizationServiceCachePluginMessage
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
[KnownTypeAttribute(typeof(OrganizationServiceCachePluginMessage))]
public class PluginMessage
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
[KnownTypeAttribute((OrganizationServiceCachePluginMessage^::typeid))]
public ref class PluginMessage
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
[<KnownTypeAttribute(typeof(OrganizationServiceCachePluginMessage))>]
type PluginMessage = class end
<SerializableAttribute>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
<KnownTypeAttribute(GetType(OrganizationServiceCachePluginMessage))>
Public Class PluginMessage
Constructors
Name | Description | |
---|---|---|
PluginMessage() | Initializes a new instance of the PluginMessage 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.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
MessageName | The name of the message. |
|
RelatedEntities | The list of related entities. |
|
Relationship | The relationship to the target entity. |
|
Target | The target entity. |
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