Method | Description | |
---|---|---|
AddPropertyMapping ( string name, |
||
AddPropertyMapping ( string name, TypeResolverDelegate resolver, bool allowsMultipleValues ) : void | ||
DataTypeMapper ( ) : System | ||
GetPropertyAllowsMultipleValues ( object obj ) : bool | ||
GetPropertyMapping ( object obj ) : |
||
RemovePropertyMapping ( string name ) : void |
Method | Description | |
---|---|---|
ResolveStatusProperty ( object context ) : |
public AddPropertyMapping ( string name, |
||
name | string | |
objectType | ||
allowsMultipleValues | bool | |
return | void |
public AddPropertyMapping ( string name, TypeResolverDelegate resolver, bool allowsMultipleValues ) : void | ||
name | string | |
resolver | TypeResolverDelegate | |
allowsMultipleValues | bool | |
return | void |
public GetPropertyAllowsMultipleValues ( object obj ) : bool | ||
obj | object | |
return | bool |
public GetPropertyMapping ( object obj ) : |
||
obj | object | |
return |
public RemovePropertyMapping ( string name ) : void | ||
name | string | |
return | void |
protected ResolveStatusProperty ( object context ) : |
||
context | object | |
return |