This method gets a list of all metric sections in the system that match the specified metric type.
EntityListData GetMetricSectionsByType (long MetricTypeId);
|
Name |
Type |
Description |
|---|---|---|
|
MetricTypeId |
long |
The ID of the metric type. |
The matching metric sections, as type EntityListData.
An EntityListData object is returned as a collection of EntityListItemData items, which contains both the name and ID of every object.
GetContractByService
This method gets a list of all contracts belonging to the service component.
A typical syntax for this method is shown.
EntityListData GetContractsByService (long serviceID)
|
Name |
Type |
Description |
|
serviceID |
long |
The service component ID. |
The contracts, as type EntityListData.
The serviceID specifies the included services.
An EntityListData object is returned as a collection of EntityListItemData items and includes the name and ID of every object.
A
This method adds the service to the contract as an included service.
A typical syntax for this method is shown next.
void AddServiceComponentToContract (long contractVersionID, long serviceComponentID)
|
Name |
Type |
Description |
|
contractVersionID |
long |
The Contract version ID. |
|
serviceComponentID |
long |
The service component ID. |
None.
None.
This method gets a list of all contracts belonging to the service component.
A typical syntax for this method is shown next.
EntityListData GetContractsByServiceComponent (long serviceComponentID)
|
Name |
Type |
Description |
|
serviceComponentID |
long |
The service component ID. |
The contracts, as type EntityListData.
The ServiceComponentID specifies the included services.
An EntityListData object is returned as a collection of EntityListItemData items and includes the name and ID of every object.
| Copyright © 2012 CA. Tutti i diritti riservati. | Contatta CA Technologies |