Méthode | Description | |
---|---|---|
SetPropertyAction ( object parentObject, string propertyName, object value ) : System.Reflection | ||
TryToMerge ( IAction followingAction ) : bool |
Subsequent changes of the same property on the same object are consolidated into one action
|
Méthode | Description | |
---|---|---|
ExecuteCore ( ) : void | ||
UnExecuteCore ( ) : void |
public SetPropertyAction ( object parentObject, string propertyName, object value ) : System.Reflection | ||
parentObject | object | |
propertyName | string | |
value | object | |
Résultat | System.Reflection |
public TryToMerge ( IAction followingAction ) : bool | ||
followingAction | IAction | Subsequent action that is being recorded |
Résultat | bool |