BcfColumnSetup Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel.Design
The BcfColumnSetup type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfColumnSetup | Initializes a new instance of the BcfColumnSetup class |
| Name | Description | |
|---|---|---|
| AllowNull | ||
| DataType | ||
| HasContentEqualityComparison |
Indicates whether ContentEqualityComparison is set.
| |
| HasConverter |
Indicates whether Converter is set.
| |
| HasDefaultValue |
Indicates whether DefaultValue is set.
| |
| HasDiscardAction |
Indicates whether DiscardAction is set.
| |
| HasEqualityComparer |
Indicates whether EqualityComparer is set.
| |
| HasFormatter |
Indicates whether Formatter is set.
| |
| HasFunction |
Indicates whether Function is set.
| |
| HasSequence |
Indicates whether Sequence is set.
| |
| HasTrigger |
Indicates whether Trigger is set.
| |
| HasValueConstraint |
Indicates whether ValueConstraint is set.
| |
| IncludeInUndo |
Gets or sets a value indicating whether the column values are managed by undo-redo.
| |
| Name |
Gets the name.
| |
| Options |
Gets or sets the column options.
| |
| Parameters |
Gets the parameters of Function.
| |
| ShouldPersist |
Gets or sets a value indicating whether the column values should be persisted when saving data.
| |
| ValueType |
Gets the type of the cells Value property.
| |
| ValueTypeIsClass |
Gets a value indicating ValueType is a class.
| |
| ValueTypeIsNotNullableStruct | ||
| ValueTypeIsNullableStruct |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |