C# Class Rock.Attribute.MetricCategoriesFieldAttribute

Inheritance: FieldAttribute
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
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.

Method Details

GetValueAsGuidPairs() public static method

Gets the value as unique identifier pairs.
public static GetValueAsGuidPairs ( string value ) : List
value string The value.
return List

MetricCategoriesFieldAttribute() public method

Initializes a new instance of the MetricCategoriesFieldAttribute class.
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 true [required].
defaultMetricsGuids string The default metrics guids.
category string The category.
order int The order.
key string The key.
return System