C# Class SenseNet.Portal.UI.PortletFramework.LocalizedStringValueAttribute

This attribute is used to represent a string value for a value in an enum.
Inheritance: System.Attribute
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
LocalizedStringValueAttribute ( string value ) : System
LocalizedStringValueAttribute ( string className, string key ) : System

Method Details

LocalizedStringValueAttribute() public method

public LocalizedStringValueAttribute ( string value ) : System
value string
return System

LocalizedStringValueAttribute() public method

public LocalizedStringValueAttribute ( string className, string key ) : System
className string
key string
return System