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
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
LocalizedStringValueAttribute ( string value ) : System
LocalizedStringValueAttribute ( string className, string key ) : System

Method Details

LocalizedStringValueAttribute() public méthode

public LocalizedStringValueAttribute ( string value ) : System
value string
Résultat System

LocalizedStringValueAttribute() public méthode

public LocalizedStringValueAttribute ( string className, string key ) : System
className string
key string
Résultat System