This method updates a specific metric’s details of the specified contract version.
void UpdateContractMetricDetails (long contractVersionID, MetricData metricData);
|
Name |
Type |
Description |
|---|---|---|
|
ContractVersionId |
long |
The ID of the contract version. |
|
metricData |
MetricData |
The data to use to update the metric. |
None.
The ID of the metric to update is contained in the MetricData type class (see MetricData Classes).
The method validates the data sent to it and may throw a validation exception upon failure.
|
Copyright © 2013 CA.
All rights reserved.
|
|