Click or drag to resize

BcfNullableLinkedParameterSetupT Class

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

Represents the setup for a linked-parameter.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModel.DesignBcfParameterSetup
    CalculationWorks.BusinessModel.DesignBcfParameterSetupNullableT
      CalculationWorks.BusinessModel.DesignBcfNullableLinkedParameterSetupT

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public sealed class BcfNullableLinkedParameterSetup<T> : BcfParameterSetup<Nullable<T>>, 
	IBcfLinkedParameterSetup
where T : struct, new()

Type Parameters

T
The value-type.

The BcfNullableLinkedParameterSetupT type exposes the following members.

Constructors
  NameDescription
Public methodBcfNullableLinkedParameterSetupT
Initializes a new instance of the BcfNullableLinkedParameterSetupT class
Top
Properties
  NameDescription
Public propertyName
Gets the name.
(Inherited from BcfParameterSetup.)
Public propertyParameterAccessPath
Description for parameter value access.
Public propertyTagCells
Gets or sets a value indicating whether parameter source cells should be tagged with the rules message.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also