Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseT Class
Generic base class of all custom functions.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfFunctionBaseInternal
    CalculationWorks.BusinessModelBcfFunctionBase
      CalculationWorks.BusinessModelBcfFunctionBaseT

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public abstract class BcfFunctionBase<T> : BcfFunctionBase

Type Parameters

T
The return typ of the Compute method.

The BcfFunctionBaseT type exposes the following members.

Constructors
  NameDescription
Protected methodBcfFunctionBaseT
Initializes a new instance of the BcfFunctionBaseT class
Top
Methods
  NameDescription
Public methodCompute
Computes the BcfCell.Value property.
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
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.
(Inherited from BcfFunctionBase.)
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
Examples
See Also