Models the action to be executed when a table column has a configuration miss.
Initializes a new instance of MissActionForTableColumn.
public Void MissActionForTableColumn(action, desired, actual)
Name | Type | Summary |
---|---|---|
action | MissActionType | Action to be performed to fix the problem. |
desired | TableColumn | Desired table column configuration. |
actual | TableColumn | Actual table column configuration. |
Action to be performed to fix the problem.
public MissActionType Action { get; }
Actual table column configuration.
public TableColumn Actual { get; }
Desired table column configuration.
public TableColumn Desired { get; }
In this document