C# 클래스 CachingFramework.Redis.Contracts.TextAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: thepirat000/CachingFramework.Redis

공개 메소드들

메소드 설명
GetEnumText ( Enum value ) : string

Returns the Text abbreviation for an enum value

TextAttribute ( string text ) : System

Initializes a new instance of the TextAttribute class.

메소드 상세

GetEnumText() 공개 정적인 메소드

Returns the Text abbreviation for an enum value
public static GetEnumText ( Enum value ) : string
value System.Enum The enum value.
리턴 string

TextAttribute() 공개 메소드

Initializes a new instance of the TextAttribute class.
public TextAttribute ( string text ) : System
text string The Text.
리턴 System