![]() | |
BcfColumnValueSetter Class |
Namespace: CalculationWorks.BusinessModel.Behaviors
The BcfColumnValueSetter type exposes the following members.
Name | Description | |
---|---|---|
![]() | BcfColumnValueSetter |
Initializes a new instance of the BcfColumnValueSetter class.
|
Name | Description | |
---|---|---|
![]() | CanSet |
Gets or sets a value indicating whether this instance can set.
|
![]() | Column |
Gets the BcfColumn the item belongs to.
(Inherited from BcfColumnBehaviorItemBase.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDiscard | (Inherited from BcfColumnBehaviorItemBase.) |
![]() | SetValue |
Sets the value.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.