Click or drag to resize
CalculationWorks Logo
BcfValidatorBase Class
Base class of all custom validators
Inheritance Hierarchy

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public abstract class BcfValidatorBase : BcfFunctionBaseInternal

The BcfValidatorBase type exposes the following members.

Constructors
  NameDescription
Protected methodBcfValidatorBase
Initializes a new instance of the BcfValidatorBase class
Top
Properties
  NameDescription
Public propertyAllowExecuteParallel
Gets or sets a value indicating whether this instance is allowed to be executed parallel.
(Inherited from BcfFunctionBaseInternal.)
Public propertyBehavior
Public propertyCanExecuteParallel
Gets a value indicating whether this instance can be executed parallel. Default is true.
(Inherited from BcfFunctionBaseInternal.)
Protected propertyCurrentRow
Gets the current row.
(Inherited from BcfFunctionBaseInternal.)
Public propertyLongRunning
Gets a value indicating whether this is a long running function. Default is false.
(Inherited from BcfFunctionBaseInternal.)
Public propertyParameters
Gets the parameters(not the values). During calculating the values are stored in the associated properties.
(Inherited from BcfFunctionBaseInternal.)
Public propertyTable
Gets the table the function or validator belongs to.
(Inherited from BcfFunctionBaseInternal.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from BcfFunctionBaseInternal.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from BcfFunctionBaseInternal.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Executes the Validator.
Top
Examples
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also