Click or drag to resize
CalculationWorks Logo
BcfReferenceFunctionTProperty Class
Helper function for BCF-Editor optimizer.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfFunctionBaseInternal
    CalculationWorks.BusinessModelBcfFunctionBase
      CalculationWorks.BusinessModelBcfFunctionBaseTProperty
        CalculationWorks.BusinessModelBcfReferenceFunctionTProperty

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public sealed class BcfReferenceFunction<TProperty> : BcfFunctionBase<TProperty>

Type Parameters

TProperty
The type of the return value.

The BcfReferenceFunctionTProperty type exposes the following members.

Constructors
  NameDescription
Public methodBcfReferenceFunctionTProperty
Initializes a new instance of the BcfReferenceFunctionTProperty 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 false to prevent synchronization overhead.
(Overrides BcfFunctionBaseInternalCanExecuteParallel.)
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 propertyReference
Gets or sets the reference.
Public propertyTable
Gets the table the function or validator belongs to.
(Inherited from BcfFunctionBaseInternal.)
Top
Methods
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2
See Also