C# Class Uiml.Rendering.WXnet.WxTypeDecoder

Inheritance: TypeDecoder
Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Méthodes publiques

Méthode Description
GetArg ( System o, Type t ) : Object
GetArgs ( System.Property p, Type types ) : System.Object[]
GetMultipleArgs ( System.Property p, Type types ) : System.Object[]

Given an array of properties and an array of types, this method will create an array of objects by converting each property value (p[i].Value) into its appropriate type accoriding to the Type array (types[i])

WxTypeDecoder ( ) : System

Méthodes protégées

Méthode Description
ConvertComplex ( Type t, System.Property p ) : Object
ConvertComplex ( Type t, System oValue ) : Object

Method Details

ConvertComplex() protected méthode

protected ConvertComplex ( Type t, System.Property p ) : Object
t System.Type
p System.Property
Résultat System.Object

ConvertComplex() protected méthode

protected ConvertComplex ( Type t, System oValue ) : Object
t System.Type
oValue System
Résultat System.Object

GetArg() public méthode

public GetArg ( System o, Type t ) : Object
o System
t System.Type
Résultat System.Object

GetArgs() public méthode

public GetArgs ( System.Property p, Type types ) : System.Object[]
p System.Property
types System.Type
Résultat System.Object[]

GetMultipleArgs() public méthode

Given an array of properties and an array of types, this method will create an array of objects by converting each property value (p[i].Value) into its appropriate type accoriding to the Type array (types[i])
public GetMultipleArgs ( System.Property p, Type types ) : System.Object[]
p System.Property
types System.Type
Résultat System.Object[]

WxTypeDecoder() public méthode

public WxTypeDecoder ( ) : System
Résultat System