BcfNullableLinkedParameterSetupT Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel.Design
public sealed class BcfNullableLinkedParameterSetup<T> : BcfParameterSetup<Nullable<T>>, IBcfLinkedParameterSetup where T : struct, new()
The BcfNullableLinkedParameterSetupT type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfNullableLinkedParameterSetupT | Initializes a new instance of the BcfNullableLinkedParameterSetupT class |
| Name | Description | |
|---|---|---|
| Name |
Gets the name.
(Inherited from BcfParameterSetup.) | |
| ParameterAccessPath |
Description for parameter value access.
| |
| TagCells |
Gets or sets a value indicating whether parameter source cells should be tagged with the rules message.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |