次の方法で共有


CustomerEntity Class

Definition

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.

Applies to