Click or drag to resize
CalculationWorks Logo
BcfColumnValueSetter Class
Column behavior item that processes the cell value set.
Inheritance Hierarchy

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public class BcfColumnValueSetter : BcfColumnBehaviorItemBase

The BcfColumnValueSetter type exposes the following members.

Constructors
  NameDescription
Public methodBcfColumnValueSetter
Initializes a new instance of the BcfColumnValueSetter class.
Top
Properties
  NameDescription
Public propertyCanSet
Gets or sets a value indicating whether this instance can set.
Public propertyColumn
Gets the BcfColumn the item belongs to.
(Inherited from BcfColumnBehaviorItemBase.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetValue
Sets the value.
Public methodToString (Inherited from Object.)
Top
Remarks

To apply a BcfColumnValueSetter instance to a BcfColumnBehavior add it to the BcfColumnSetup.BehaviorItems.

Only one BcfColumnValueSetter instance per BcfColumnBehavior allowed.

BcfColumnValueSetter can work like database triggers.

Examples
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also