C# 클래스 NContext.Extensions.EnumExtensions

Defines a static class for providing enum type extension methods.
파일 보기 프로젝트 열기: PowerDMS/NContext

공개 메소드들

메소드 설명
ToDescriptionValue ( this value ) : String

Gets the DescriptionAttribute value based upon the enum value specified.

메소드 상세

ToDescriptionValue() 공개 정적인 메소드

Gets the DescriptionAttribute value based upon the enum value specified.
public static ToDescriptionValue ( this value ) : String
value this The value.
리턴 String