C# 클래스 Nancy.Scaffolding.GlobalizedEnumAttribute

Globalized enum attribute.
상속: System.Attribute
파일 보기 프로젝트 열기: GestUAB/GestUAB

공개 메소드들

메소드 설명
GetName ( string name ) : string

Gets the name.

GlobalizedEnumAttribute ( Type type ) : System

Initializes a new instance of the Nancy.Scaffolding.GlobalizedEnumAttribute class.

메소드 상세

GetName() 공개 메소드

Gets the name.
public GetName ( string name ) : string
name string The Name.
리턴 string

GlobalizedEnumAttribute() 공개 메소드

Initializes a new instance of the Nancy.Scaffolding.GlobalizedEnumAttribute class.
public GlobalizedEnumAttribute ( Type type ) : System
type System.Type The Type.
리턴 System