C# Class NRack.Base.Metadata.StatusInfoAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: kerryjiang/NRack

Méthodes publiques

Méthode 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 méthode

public static GetFromType ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

StatusInfoAttribute() public méthode

Initializes a new instance of the StatusInfoAttribute class.
public StatusInfoAttribute ( ) : System
Résultat System

StatusInfoAttribute() public méthode

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