Метод | Описание | |
---|---|---|
GetValueAsGuidPairs ( string value ) : List |
Gets the value as unique identifier pairs.
|
|
MetricCategoriesFieldAttribute ( string name = "Metrics", string description = "", bool required = true, string defaultMetricsGuids = "", string category = "", int order, string key = null ) : System |
Initializes a new instance of the MetricCategoriesFieldAttribute class.
|
public static GetValueAsGuidPairs ( string value ) : List |
||
value | string | The value. |
Результат | List |
public MetricCategoriesFieldAttribute ( string name = "Metrics", string description = "", bool required = true, string defaultMetricsGuids = "", string category = "", int order, string key = null ) : System | ||
name | string | The name. |
description | string | The description. |
required | bool | if set to |
defaultMetricsGuids | string | The default metrics guids. |
category | string | The category. |
order | int | The order. |
key | string | The key. |
Результат | System |