Rubrique précédente: ServiceDefinitionData

Rubrique suivante: CustomAttributeData Classes

Repository Classes

The Repository classes are listed in the following table.

ContractPartyData

DomainCategoryData

CustomAttributeData

ServiceComponentData

CustomAttrributeAttachment

ServiceDomainData

CustomAttributeDefinitionData

UnitData

ContractPartyData

Description

This class is used to represent data for contract party.

Members

Name

Type

Description

ID

long

The contract party ID.

Name

string

The contract party name (cannot be null).

Type

string

The type of contract party. The type must be one of the following types:

-Provider

-Customer

-Internal Provider

-Internal Receiver

Description

string

The contract party description.

Address

string

The address of the contract party.

Country

string

The country of the contract party .

State

string

The state of the contract party. Its numerical value must be larger than 0.

ZipCode

string

The zip code of the contract party.

Contact

string

The contact of the contract party.

PhoneNumb er1

string

The first phone number of the contract party.

PhoneNumb er2

string

The second phone number of the contract party.

FaxNumber

string

The contact party fax number.

MailAddress

string

The contact contract party fax number.

Notes

string

Notes for the contract party.

Class

string

The contact contract party class.

Seats

string

The contact contract party seats.

Registration Date

DateTime

The register date time of the contract party.

ContractPartyGroups

AttachedContractPartyGroupCollection

The contract party attachments, As type AttachedEntityCollection<AttachedContractPartyGroup>

Remarks

None.

ContractPartyData Classes