C# 클래스 CatEye.StageOperationIDAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: bigfatbrowncat/CatEye 1 사용 예제들

공개 메소드들

메소드 설명
FindTypeByID ( Type stageOperationTypes, string id ) : Type
GetTypeID ( Type stageOperationType ) : string
StageOperationIDAttribute ( string id ) : System

메소드 상세

FindTypeByID() 공개 정적인 메소드

public static FindTypeByID ( Type stageOperationTypes, string id ) : Type
stageOperationTypes System.Type
id string
리턴 System.Type

GetTypeID() 공개 정적인 메소드

public static GetTypeID ( Type stageOperationType ) : string
stageOperationType System.Type
리턴 string

StageOperationIDAttribute() 공개 메소드

public StageOperationIDAttribute ( string id ) : System
id string
리턴 System