Table of Contents

Class Customer

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a customer and their corresponding information.

[SupportsSupportProvisions]
public class Customer : BaseConfigurationType
Inheritance
Customer
Inherited Members

Constructors

Customer()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.Customer class.

public Customer()

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.Customer.

public Customer Clone()

Returns

Customer

A clone of this CENTREL.XIA.Configuration.Types.Customer.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.Customer object from the specified XML data

public static Customer FromXml(string Xml)

Parameters

Xml string

The XML representation of the customer object.

Returns

Customer

A CENTREL.XIA.Configuration.Types.Customer object.