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.
This method adds the service to the contract as an included service.
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 © 2013 CA.
All rights reserved.
|
|