C# 클래스 Volante.Impl.ClassDescriptor

상속: Volante.Persistent
파일 보기 프로젝트 열기: kjk/volante 1 사용 예제들

공개 메소드들

메소드 설명
OnLoad ( ) : void
RecursiveLoading ( ) : bool
equals ( ClassDescriptor cd ) : bool
getTypeCode ( System c ) : FieldType

비공개 메소드들

메소드 설명
ClassDescriptor ( ) : System
ClassDescriptor ( DatabaseImpl db, Type cls ) : System
GetConstructor ( FieldInfo f, string name ) : MethodInfo
buildFieldList ( DatabaseImpl db, System cls, ArrayList list ) : void
generateSerializer ( ) : void
getTypeName ( Type t ) : String
isObjectProperty ( Type cls, FieldInfo f ) : bool
isVolanteInternalType ( Type t ) : bool
lookup ( IDatabase db, String name ) : Type
newInstance ( ) : Object
resolve ( ) : void

메소드 상세

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void

RecursiveLoading() 공개 메소드

public RecursiveLoading ( ) : bool
리턴 bool

equals() 공개 메소드

public equals ( ClassDescriptor cd ) : bool
cd ClassDescriptor
리턴 bool

getTypeCode() 공개 정적인 메소드

public static getTypeCode ( System c ) : FieldType
c System
리턴 FieldType