BcfColumnSetupT, TOptions Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel.Design
The BcfColumnSetupT, TOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfColumnSetupT, TOptions | Initializes a new instance of the BcfColumnSetupT, TOptions class |
| Name | Description | |
|---|---|---|
| AllowNull | (Inherited from BcfColumnSetup.) | |
| ContentEqualityComparison |
Gets or sets the content equality comparison.
(Inherited from BcfColumnSetupT.) | |
| Converter |
Gets or sets the convert function.
(Inherited from BcfColumnSetupT.) | |
| DataType |
Gets the not-nullable type of the cells Value property. If value type is a nullable struct; the type-argument of NullableT will be returned; otherwise ValueType.
(Inherited from BcfColumnSetup.) | |
| DefaultValue |
Gets or sets the default value.
(Inherited from BcfColumnSetupT.) | |
| DiscardAction |
Gets or sets the discard action.
(Inherited from BcfColumnSetupT.) | |
| EqualityComparer |
Gets or sets the equality comparer.
(Inherited from BcfColumnSetupT.) | |
| Formatter |
Gets or sets the format function.
(Inherited from BcfColumnSetupT.) | |
| Function |
Gets the function-setup.
(Inherited from BcfColumnSetupT.) | |
| HasContentEqualityComparison |
Indicates whether ContentEqualityComparison is set.
(Inherited from BcfColumnSetupT.) | |
| HasConverter |
Indicates whether Converter is set.
(Inherited from BcfColumnSetupT.) | |
| HasDefaultValue |
Indicates whether DefaultValue is set.
(Inherited from BcfColumnSetupT.) | |
| HasDiscardAction |
Indicates whether DiscardAction is set.
(Inherited from BcfColumnSetupT.) | |
| HasEqualityComparer |
Indicates whether EqualityComparer is set.
(Inherited from BcfColumnSetupT.) | |
| HasFormatter |
Indicates whether Formatter is set.
(Inherited from BcfColumnSetupT.) | |
| HasFunction |
Indicates whether Function is set.
(Inherited from BcfColumnSetupT.) | |
| HasSequence |
Indicates whether Sequence is set.
(Inherited from BcfColumnSetupT.) | |
| HasTrigger |
Indicates whether Trigger is set.
(Inherited from BcfColumnSetupT.) | |
| HasValueConstraint |
Indicates whether ValueConstraint is set.
(Inherited from BcfColumnSetupT.) | |
| IncludeInUndo |
Gets or sets a value indicating whether the column values are managed by undo-redo.
(Inherited from BcfColumnSetup.) | |
| Name |
Gets the name.
(Inherited from BcfColumnSetup.) | |
| Options |
Gets or sets the column options.
| |
| Parameters |
Gets the parameters of Function.
(Inherited from BcfColumnSetupT.) | |
| Sequence |
Gets the sequence.
(Inherited from BcfColumnSetupT.) | |
| ShouldPersist |
Gets or sets a value indicating whether the column values should be persisted when saving data.
(Inherited from BcfColumnSetup.) | |
| Trigger |
Gets or sets the trigger action.
(Inherited from BcfColumnSetupT.) | |
| ValueConstraint |
Gets or sets the value-constraint.
(Inherited from BcfColumnSetupT.) | |
| ValueType |
Gets the type of the cells Value property.
(Inherited from BcfColumnSetup.) | |
| ValueTypeIsClass |
Gets a value indicating ValueType is a class.
(Inherited from BcfColumnSetup.) | |
| ValueTypeIsNotNullableStruct | (Inherited from BcfColumnSetup.) | |
| ValueTypeIsNullableStruct | (Inherited from BcfColumnSetup.) |
| 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.) |