C# Class CedarLogic.Identity.CustomCategoryAttribute

Inheritance: CategoryAttribute
Show file Open project: cicorias/federationmetadatagenerator

Public Methods

Method Description
CustomCategoryAttribute ( string name ) : System

Construct the attribute

Protected Methods

Method Description
GetLocalizedString ( string value ) : string

Return the localized version of the passed string

Method Details

CustomCategoryAttribute() public method

Construct the attribute
public CustomCategoryAttribute ( string name ) : System
name string
return System

GetLocalizedString() protected method

Return the localized version of the passed string
protected GetLocalizedString ( string value ) : string
value string
return string