Vorheriges Thema: MetricData Classes

Nächstes Thema: MetricRegistrationData

MetricData

Description

This class is used to represent metric data.

Members

Name

Type

Description

MetricType

EntityReferenceData

Reference by ID to the metric type.

The value may not be null.

MetricSection

EntityReferenceData

Reference by ID to the metric section. One of:

  • Contractual
  • Financial
  • Operational

The value may not be null.

ID

long

The ID of the metric.

Name

string

The name of the metric.

Description

string

The description of the metric.

generalDetails

MetricGeneralDetailsSection

The general details of the metric.

parametersData

ParametersCollection

The parameter data of the metric.

granularityDetails

MetricGranularitySection

The granularity details of the metric.

Remarks

When using the CreateContractMetric method the following fields are set to their default values:

  1. Objective Statement
  2. Clustering
  3. Business Logic

However, the structure itself does not contain these fields.

Note: The above three fields exist in the MetricData method itself however, these particular fields are not accessible to the user/customer via this method. Therefore, for example - the Objective Statement is visible in the GUI but cannot be changed by means of this method.