Argomento precedente: ServiceComponentData Classes

Argomento successivo: ServiceDomainData Classes

ServiceComponentData

Description

This class is used to represent data for service components.

Members

Name

Type

Description

sServiceComponentName

string

The name of the service component.

sServiceComponentDescription

string

The description of the service component.

iServiceComponentFee

int

The fee for the service component.

iServiceComponentID

long

The service component ID.

bIs_Default

bool

Should always be set to false.

bIs_Fee_Seats_Required

bool

When the user attaches this ServiceComponent to a contract, contract template, or service definition, this field specifies whether the user is also required to specify fee and seats .

Remarks

None.