| BcfParameter Class | |
Namespace: CalculationWorks.BusinessModel
The BcfParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Behavior |
Gets the BcfParameterBehavior.
| |
| FunctionBase |
Gets the function, if the parameter is a function parameter.
| |
| Name |
Gets the parameters name. Usually the same as the property name.
| |
| SourceColumn |
Gets the source column.
| |
| TagCells |
Gets a value indicating whether cells will be tagged.
| |
| ValidatorBase |
Gets the validator, if the parameter is a validator parameter.
|