C# 클래스 Shaml.Core.EnumDisplayNameAttribute

Provides an Attribute to set the display name for the items in the enum
상속: System.Attribute
파일 보기 프로젝트 열기: sztupy/shaml

공개 메소드들

메소드 설명
EnumDisplayNameAttribute ( ) : System

The display name should be the same as the value itself

EnumDisplayNameAttribute ( string DisplayName ) : System

메소드 상세

EnumDisplayNameAttribute() 공개 메소드

The display name should be the same as the value itself
public EnumDisplayNameAttribute ( ) : System
리턴 System

EnumDisplayNameAttribute() 공개 메소드

public EnumDisplayNameAttribute ( string DisplayName ) : System
DisplayName string
리턴 System