Метод | Описание | |
---|---|---|
Deserialize ( |
Deserializes the specified request collection.
|
|
Deserialize ( |
Метод | Описание | |
---|---|---|
CheckPrefixInRequest ( |
||
CreateGenericListInstance ( |
||
CreateInstance ( |
||
DeserializeArrayList ( |
||
DeserializeGenericList ( |
||
GetArrayPrefixes ( |
||
GetComplexProperty ( object instance, |
||
GetGenericListProperty ( object instance, |
||
GetProperties ( |
||
IsGenericList ( |
||
IsSimpleProperty ( |
||
SetValue ( object instance, |
||
SetValue ( object instance, |
Метод | Описание | |
---|---|---|
GetConvertible ( string sValue ) : IConvertible |
protected CheckPrefixInRequest ( |
||
collection | ||
prefix | string | |
Результат | bool |
protected CreateGenericListInstance ( |
||
targetType | ||
Результат | IList |
protected CreateInstance ( |
||
targetType | ||
Результат | object |
public Deserialize ( |
||
collection | The collection. | |
prefix | string | The prefix. |
targetType | Type of the target. | |
Результат | object |
public Deserialize ( |
||
collection | ||
prefix | string | |
targetType | ||
instance | object | |
Результат | void |
protected DeserializeArrayList ( |
||
collection | ||
prefix | string | |
elementType | ||
Результат |
protected DeserializeGenericList ( |
||
collection | ||
prefix | string | |
targetType | ||
instance | IList | |
Результат | void |
protected GetArrayPrefixes ( |
||
collection | ||
prefix | string | |
Результат | string[] |
protected GetComplexProperty ( object instance, |
||
instance | object | |
property | ||
Результат | object |
protected GetGenericListProperty ( object instance, |
||
instance | object | |
property | ||
Результат | IList |
protected static GetProperties ( |
||
targetType | ||
Результат | System.Reflection.PropertyInfo[] |
protected IsGenericList ( |
||
instanceType | ||
Результат | bool |
protected IsSimpleProperty ( |
||
propertyType | ||
Результат | bool |
protected SetValue ( object instance, |
||
instance | object | |
property | ||
oValue | IConvertible | |
Результат | bool |
protected SetValue ( object instance, |
||
instance | object | |
property | ||
value | object | |
Результат | bool |