CustomerEntity Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the customer entity.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Desktop.Core.CustomerEntity
Syntax
[SerializableAttribute]
public sealed class CustomerEntity : ICustomer
<SerializableAttribute>
Public NotInheritable Class CustomerEntity
Implements ICustomer
Constructors
Name | Description | |
---|---|---|
CustomerEntity() | Initializes a new instance of the CustomerEntity class. |
|
CustomerEntity(String, Object, String, Boolean, String) | Initializes a new instance of the CustomerEntity class. |
|
CustomerEntity(String, Object, String, Boolean, String, String) | Initializes a new instance of the CustomerEntity class. |
Properties
Name | Description | |
---|---|---|
CustomerId | Gets or sets the customer ID. |
|
DesktopCustomer | Gets or sets the object containing the customer record. |
|
IsNewCustomer | Gets or sets a Boolean value that specifies whether the ccustomer is a new customer. |
|
OriginatingSearchControl | Gets or sets the name of the hosted control that originated the customer record. |
|
SerializedCustomer | Gets or sets the serialized version of the customer object. |
|
TargetContextManagerControl | Gets or sets the name of the hosted control that will process the context commands. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.Uii.Desktop.Core Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright