[]
Initializes a new instance of the ChangeResult struct with the specified ChangeType and no-op IAction.
public ChangeResult(ChangeType changeType)
| Type | Name | Description |
|---|---|---|
| ChangeType | changeType | The type of change resulting from the action. |
Initializes a new instance of the ChangeResult struct with the specified ChangeType and IAction.
public ChangeResult(IAction action, ChangeType changeType)
| Type | Name | Description |
|---|---|---|
| IAction | action | The action to be performed. May be null. |
| ChangeType | changeType | The type of change resulting from the action. |