This class is used to represent data for service definitions.
|
Name |
Type |
Description |
|
|---|---|---|---|
|
ContractName |
string |
The contract name. The value may not be null. |
|
|
IncludedService |
ContractService |
The service components that are included. The value may not be null. |
|
|
ExcludedService |
ContractService |
The service components that are excluded. The value may not be null. |
|
|
ValidFrom |
DateTime |
The start date and time (from which the contract is valid). The value may not be null. |
|
|
ValidTo |
DateTime |
The end date and time (until which the contract is valid). The value may not be null. |
|
|
ContractTimeZone |
EntityReferenceData |
Reference by ID to the time zone for the contract. The value may not be null. |
|
|
ContractWorkflow |
ContractWorkflowData |
The workflow data for the contract. |
|
|
CustomAttributes |
CustomAttributes |
The custom attributes for the contract. |
|
|
Description |
string |
The description of the service definition. Maximum string length is 512 characters. |
|
The ExcludedServiceComponents item may not be null, but it may contain a list with no items. It is used for updating existing service definitions, to detach service components from them.
An automatic validation is performed to verify that ValidTo is later than ValidFrom.
| Copyright © 2012 CA. Tutti i diritti riservati. | Contatta CA Technologies |