Click or drag to resize

BcfColumnLoadSettings Method

Loads settings of specified other column.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public abstract void LoadSettings(
	BcfColumn other,
	bool defaultValue = false,
	bool sequence = false,
	bool converter = false,
	bool formatter = false,
	bool trigger = false,
	bool options = 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
ExceptionCondition
ArgumentNullExceptionother is .
InvalidCastException

other has different ValueType

or

options is and this column has different Options-type.

See Also