C# Класс Uiml.Rendering.WXnet.WxTypeDecoder

Наследование: TypeDecoder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ConvertComplex ( Type t, System.Property p ) : Object
ConvertComplex ( Type t, System oValue ) : Object

Описание методов

ConvertComplex() защищенный Метод

protected ConvertComplex ( Type t, System.Property p ) : Object
t System.Type
p System.Property
Результат System.Object

ConvertComplex() защищенный Метод

protected ConvertComplex ( Type t, System oValue ) : Object
t System.Type
oValue System
Результат System.Object

GetArg() публичный Метод

public GetArg ( System o, Type t ) : Object
o System
t System.Type
Результат System.Object

GetArgs() публичный Метод

public GetArgs ( System.Property p, Type types ) : System.Object[]
p System.Property
types System.Type
Результат System.Object[]

GetMultipleArgs() публичный Метод

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
Результат System.Object[]

WxTypeDecoder() публичный Метод

public WxTypeDecoder ( ) : System
Результат System