CustomerEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the customer entity.
public ref class CustomerEntity sealed : Microsoft::Uii::Desktop::Core::ICustomer
[System.Serializable]
public sealed class CustomerEntity : Microsoft.Uii.Desktop.Core.ICustomer
[<System.Serializable>]
type CustomerEntity = class
interface ICustomer
Public NotInheritable Class CustomerEntity
Implements ICustomer
- Inheritance
-
CustomerEntity
- Attributes
- Implements
Constructors
CustomerEntity() |
Initializes a new instance of the CustomerEntity class. |
CustomerEntity(String, Object, String, Boolean, String, String) |
Initializes a new instance of the CustomerEntity class. |
CustomerEntity(String, Object, String, Boolean, String) |
Initializes a new instance of the CustomerEntity class. |
Properties
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. |