Click or drag to resize
Infosoft Logo

DeleteCxenseProfileResponse Class

The response class that returns the customer number of the customer that was had its cxense profile data deleted. If the operation was a success, the message properyt will be empty.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.CxenseDeleteCxenseProfileResponse

Namespace: Infosoft.Common.Contracts.MessageContracts.Cxense
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class DeleteCxenseProfileResponse

The DeleteCxenseProfileResponse type exposes the following members.

Constructors
 NameDescription
Public methodDeleteCxenseProfileResponseInitializes a new instance of the DeleteCxenseProfileResponse class
Top
Properties
 NameDescription
Public propertyCustomerNumber Gets or sets the customer number.
Public propertyMessage Gets or sets the error.
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also