C# Class Nancy.Scaffolding.GlobalizedEnumAttribute

Globalized enum attribute.
Inheritance: System.Attribute
Mostrar archivo Open project: GestUAB/GestUAB

Public Methods

Method Description
GetName ( string name ) : string

Gets the name.

GlobalizedEnumAttribute ( Type type ) : System

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

Method Details

GetName() public method

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

GlobalizedEnumAttribute() public method

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