 | BcfColumnTLoadSettings Method |
Loads settings of specified other column.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic override void LoadSettings(
BcfColumn other,
bool defaultValue = false,
bool sequence = false,
bool converter = false,
bool formatter = false,
bool trigger = false,
bool options = false
)
Public Overrides Sub LoadSettings (
other As BcfColumn,
Optional defaultValue As Boolean = false,
Optional sequence As Boolean = false,
Optional converter As Boolean = false,
Optional formatter As Boolean = false,
Optional trigger As Boolean = false,
Optional options As Boolean = false
)
Parameters
- other
- Type: CalculationWorks.BusinessModelBcfColumn
The column with settings to load. - defaultValue (Optional)
- Type: SystemBoolean
to apply DefaultValue; otherwise . - sequence (Optional)
- Type: SystemBoolean
to apply Sequence; otherwise . - converter (Optional)
- Type: SystemBoolean
to apply Converter; otherwise . - formatter (Optional)
- Type: SystemBoolean
to apply Formatter; otherwise . - trigger (Optional)
- Type: SystemBoolean
to apply Trigger; otherwise . - options (Optional)
- Type: SystemBoolean
to apply Options; otherwise .
Exceptions
See Also