This method copies existing metrics in the system to the specified contract version.
void AddMetricsToContract (long contractVersionItemID, long[] MetricIDs, bool forceAdd);
|
Name |
Type |
Description |
|---|---|---|
|
contractVersionItemId |
long |
The ID of the contract version. |
|
MetricIDs |
long[] |
An array of IDs of the selected metrics to add. |
|
forceAdd |
bool |
Specifies whether to force the addition. |
The copied metrics may belong to another contract, service definition, or contract template.
If the addition fails due to existing metrics with similar names, or mismatched effective dates, it is possible to set the forceAdd argument to true, in order to perform the addition while automatically renaming the metrics.
None.
This method gets the details of the metric notes in a contract.
MetricNotesData GetContractMetricNotes(long metricID);
|
Name |
Type |
Description |
|
metrictID |
long |
The metric's ID. |
The metric notes details, as type MetricNotesData.
None.
This method updates the metric notes in a contract.
void UpdateContractMetricNotes(long metricID, MetricNotesData data);
|
Name |
Type |
Description |
|
metricID |
long |
The Metric's ID. |
|
data |
MetricNotesData |
The data used to update notes of this metric. |
None.
None.
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |