Method | Description | |
---|---|---|
Apply ( ) : void | ||
GetPropertyValue ( string propertyName ) : object | ||
ObjectDelta ( object original, TypeSpec type, ITypeResolver typeMapper, |
||
Reset ( ) : void | ||
SetPropertyValue ( string propertyName, object value ) : void |
Method | Description | |
---|---|---|
ObjectDelta ( ) : System |
Method | Description | |
---|---|---|
TryGetPropertyByName ( string propertyName, |
public GetPropertyValue ( string propertyName ) : object | ||
propertyName | string | |
return | object |
public ObjectDelta ( object original, TypeSpec type, ITypeResolver typeMapper, |
||
original | object | |
type | TypeSpec | |
typeMapper | ITypeResolver | |
parent | ||
return | System |
public SetPropertyValue ( string propertyName, object value ) : void | ||
propertyName | string | |
value | object | |
return | void |