C# 클래스 EntitiesBT.Variant.VariantValueTypeRegistry

파일 보기 프로젝트 열기: quabug/EntitiesBT

공개 메소드들

메소드 설명
GetAllTypes ( ) : IEnumerable
GetIdByType ( Type type ) : int
GetTypeById ( int id ) : Type

비공개 메소드들

메소드 설명
VariantValueTypeRegistry ( ) : System

메소드 상세

GetAllTypes() 공개 정적인 메소드

public static GetAllTypes ( ) : IEnumerable
리턴 IEnumerable

GetIdByType() 공개 정적인 메소드

public static GetIdByType ( Type type ) : int
type Type
리턴 int

GetTypeById() 공개 정적인 메소드

public static GetTypeById ( int id ) : Type
id int
리턴 Type