C# 클래스 SenseNet.Portal.UI.PortletFramework.LocalizedStringValueAttribute

This attribute is used to represent a string value for a value in an enum.
상속: System.Attribute
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
LocalizedStringValueAttribute ( string value ) : System
LocalizedStringValueAttribute ( string className, string key ) : System

메소드 상세

LocalizedStringValueAttribute() 공개 메소드

public LocalizedStringValueAttribute ( string value ) : System
value string
리턴 System

LocalizedStringValueAttribute() 공개 메소드

public LocalizedStringValueAttribute ( string className, string key ) : System
className string
key string
리턴 System