C# Класс Nancy.Scaffolding.GlobalizedEnumAttribute

Globalized enum attribute.
Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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