C# Class Volante.Impl.ClassDescriptor

Inheritance: Volante.Persistent
Afficher le fichier Open project: kjk/volante Class Usage Examples

Méthodes publiques

Méthode Description
OnLoad ( ) : void
RecursiveLoading ( ) : bool
equals ( ClassDescriptor cd ) : bool
getTypeCode ( System c ) : FieldType

Private Methods

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

Method Details

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

RecursiveLoading() public méthode

public RecursiveLoading ( ) : bool
Résultat bool

equals() public méthode

public equals ( ClassDescriptor cd ) : bool
cd ClassDescriptor
Résultat bool

getTypeCode() public static méthode

public static getTypeCode ( System c ) : FieldType
c System
Résultat FieldType