C# 클래스 NRack.Base.Metadata.StatusInfoAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: kerryjiang/NRack

공개 메소드들

메소드 설명
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.

메소드 상세

GetFromType() 공개 정적인 메소드

public static GetFromType ( Type type ) : IEnumerable
type System.Type
리턴 IEnumerable

StatusInfoAttribute() 공개 메소드

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

StatusInfoAttribute() 공개 메소드

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