C# Class NRack.Base.Metadata.StatusInfoAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: kerryjiang/NRack

Public Methods

Method Description
GetFromType ( Type type ) : IEnumerable
StatusInfoAttribute ( ) : System

Initializes a new instance of the StatusInfoAttribute class.

StatusInfoAttribute ( string key ) : System

Initializes a new instance of the StatusInfoAttribute class.

Method Details

GetFromType() public static method

public static GetFromType ( Type type ) : IEnumerable
type System.Type
return IEnumerable

StatusInfoAttribute() public method

Initializes a new instance of the StatusInfoAttribute class.
public StatusInfoAttribute ( ) : System
return System

StatusInfoAttribute() public method

Initializes a new instance of the StatusInfoAttribute class.
public StatusInfoAttribute ( string key ) : System
key string The key.
return System