Click or drag to resize

BcfRuleSetupTOptions Class

[This is preliminary documentation and is subject to change.]

Represents the setup for an individual BcfRule.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModel.DesignBcfRuleSetup
    CalculationWorks.BusinessModel.DesignBcfRuleSetupTOptions

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public sealed class BcfRuleSetup<TOptions> : BcfRuleSetup

Type Parameters

TOptions
The rule Options-type.

The BcfRuleSetupTOptions type exposes the following members.

Constructors
  NameDescription
Public methodBcfRuleSetupTOptions
Initializes a new instance of the BcfRuleSetupTOptions class
Top
Properties
  NameDescription
Public propertyAsyncOption
Indicates the async option for calculation.
(Inherited from BcfRuleSetup.)
Public propertyFunc
The function computing the BcfFaultMessage
(Inherited from BcfRuleSetup.)
Public propertyKey
Gets or sets the rule key.
(Inherited from BcfRuleSetup.)
Public propertyOptions
Gets or sets the options.
Public propertyParameters
Gets the parameters.
(Inherited from BcfRuleSetup.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOptions
Gets the rule-options.
(Overrides BcfRuleSetupGetOptions.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetOptions
Sets the rule-options.
(Overrides BcfRuleSetupSetOptions(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also