Argomento precedente: UpdateContractTemplateMetricParameter

Argomento successivo: AddMetricsToContractTemplate

CreateContractTemplateMetricParameter

Description

This method creates a parameter for the specified metric.

Syntax

void CreateContractTemplateMetricParameter (long MetricId, ParameterData parameterData;

Parameters

Name

Type

Description

MetricId

long

The ID of the metric.

parameterData

ParameterData

The data to use to create the parameter.

Return Value

None.

Remarks

The ID of the newly created parameter can be obtained as part of the metric’s parameters collection, in the metric’s details, by invoking GetContractTemplateMetricDetails.