Click or drag to resize
CalculationWorks Logo
BcfFunctionBase Class
Infrastructure. The type supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy

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

The BcfFunctionBase type exposes the following members.

Constructors
  NameDescription
Protected methodBcfFunctionBase
Initializes a new instance of the BcfFunctionBase 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 propertyCanExecuteParallel
Gets a value indicating whether this instance can be executed parallel. Default is true.
(Inherited from BcfFunctionBaseInternal.)
Protected propertyColumn
Gets the column.
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.)
Top
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also