BcfColumnSetupT Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel.Design
The BcfColumnSetupT type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfColumnSetupT | Initializes a new instance of the BcfColumnSetupT class |
| Name | Description | |
|---|---|---|
| AllowNull | (Inherited from BcfColumnSetup.) | |
| ContentEqualityComparison |
Gets or sets the content equality comparison.
| |
| Converter |
Gets or sets the convert function.
| |
| 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.
| |
| DiscardAction |
Gets or sets the discard action.
| |
| EqualityComparer |
Gets or sets the equality comparer.
| |
| Formatter |
Gets or sets the format function.
| |
| Function |
Gets the function-setup.
| |
| HasContentEqualityComparison |
Indicates whether ContentEqualityComparison is set.
(Overrides BcfColumnSetupHasContentEqualityComparison.) | |
| HasConverter |
Indicates whether Converter is set.
(Overrides BcfColumnSetupHasConverter.) | |
| HasDefaultValue |
Indicates whether DefaultValue is set.
(Overrides BcfColumnSetupHasDefaultValue.) | |
| HasDiscardAction |
Indicates whether DiscardAction is set.
(Overrides BcfColumnSetupHasDiscardAction.) | |
| HasEqualityComparer |
Indicates whether EqualityComparer is set.
(Overrides BcfColumnSetupHasEqualityComparer.) | |
| HasFormatter |
Indicates whether Formatter is set.
(Overrides BcfColumnSetupHasFormatter.) | |
| HasFunction |
Indicates whether Function is set.
(Overrides BcfColumnSetupHasFunction.) | |
| HasSequence |
Indicates whether Sequence is set.
(Overrides BcfColumnSetupHasSequence.) | |
| HasTrigger |
Indicates whether Trigger is set.
(Overrides BcfColumnSetupHasTrigger.) | |
| HasValueConstraint |
Indicates whether ValueConstraint is set.
(Overrides BcfColumnSetupHasValueConstraint.) | |
| 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.
(Inherited from BcfColumnSetup.) | |
| Parameters |
Gets the parameters of Function.
(Overrides BcfColumnSetupParameters.) | |
| Sequence |
Gets the sequence.
| |
| 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.
| |
| ValueConstraint |
Gets or sets the value-constraint.
| |
| 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.) |