MissActionForTableColumn
Models the action to be executed when a table column has a configuration miss.
- Namespace:
- Inetdev.Data.DatabaseSchema
- Type:
- Class
- Public:
- Yes
- Protected:
- No
- Sealed:
- No
- Abstract:
- No
- Inherits from:
- System.Object
Constructors
MissActionForTableColumn
Initializes a new instance of MissActionForTableColumn.
- Signature:
public Void MissActionForTableColumn(action, desired, actual)
Parameters
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. |
Properties
Action
Action to be performed to fix the problem.
- Signature:
public MissActionType Action { get; }
Actual
Actual table column configuration.
- Signature:
public TableColumn Actual { get; }
Desired
Desired table column configuration.
- Signature:
public TableColumn Desired { get; }