BcfColumnT, TOptions Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfColumnT, TOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowNull |
Gets a value indicating the cells allow null as Value.
(Inherited from BcfColumn.) | |
| ColumnId |
Gets the column identifier unique in BcfDataSet.
(Inherited from BcfColumn.) | |
| ContentEqualityComparison |
Gets or sets the content equality comparison.
(Inherited from BcfColumnT.) | |
| Converter |
Gets or sets the convert function.
(Inherited from BcfColumnT.) | |
| 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 BcfColumn.) | |
| DefaultValue |
Gets or sets the default value.
(Inherited from BcfColumnT.) | |
| DiscardAction |
Gets the discard action.
(Inherited from BcfColumnT.) | |
| EqualityComparer |
Gets or sets the equality comparer.
(Inherited from BcfColumnT.) | |
| Formatter |
Gets or sets the format function.
(Inherited from BcfColumnT.) | |
| Function |
Gets the BcfFunction used to calculate the values in this column.
(Inherited from BcfColumnT.) | |
| HasConverter |
Gets a value indicating Converter is not null.
(Inherited from BcfColumn.) | |
| HasDefaultValue |
Gets a value indicating DefaultValue is not null.
(Inherited from BcfColumn.) | |
| HasDiscardAction |
Gets a value indicating DiscardAction is not null.
(Inherited from BcfColumn.) | |
| HasFormatter |
Gets a value indicating Formatter is not null.
(Inherited from BcfColumn.) | |
| HasFunction |
Gets a value indicating the cells Value is computed.
(Inherited from BcfColumn.) | |
| HasSequence |
Gets a value indicating Sequence is not null.
(Inherited from BcfColumn.) | |
| HasSurrogateConverter |
Gets a value indicating HasSurrogateConverter is not null.
(Inherited from BcfColumn.) | |
| HasTrigger |
Gets a value indicating Trigger is not null.
(Inherited from BcfColumn.) | |
| HasValueConstraint |
Gets a value indicating ValueConstraint is not null.
(Inherited from BcfColumn.) | |
| IncludeInUndo |
Gets a value indicating whether the column values are managed by undo-redo.
(Inherited from BcfColumn.) | |
| Index | (Inherited from BcfColumn.) | |
| IsChildKeyColumn |
Gets a value indicating the column is part of a child-key.
(Inherited from BcfColumn.) | |
| IsDefined |
Gets a value indicating this column is explicit defined in Columns. Columns added by optimizer (AllowOptimize) will return false.
(Inherited from BcfColumn.) | |
| IsKeyColumn |
Gets a value indicating the column is part of a relation-key (parent or child) or of tables primary key.
(Inherited from BcfColumn.) | |
| IsOptimizerColumn |
Gets a value indicating whether this column is created by optimizer or not.
(Inherited from BcfColumn.) | |
| IsParentKeyColumn |
Gets a value indicating the column is part of a parent-key.
(Inherited from BcfColumn.) | |
| IsPrimaryKeyColumn |
Gets a value indicating the column is part of tables PrimaryKey.
(Inherited from BcfColumn.) | |
| IsRelationKeyColumn |
Gets a value indicating the column is part of a relation-key (parent or child).
(Inherited from BcfColumn.) | |
| Name |
Gets the columns name.
(Overrides BcfColumnName.) | |
| Options |
Gets or sets the column-options object. The value may be null.
| |
| Sequence |
Gets or sets the sequence.
(Inherited from BcfColumnT.) | |
| ShouldPersist |
Gets a value indicating whether the column values should be persisted when saving data.
(Inherited from BcfColumn.) | |
| Table |
Gets the BcfTable the column belongs to.
(Overrides BcfColumnTable.) | |
| Trigger |
Gets or sets the trigger action.
(Inherited from BcfColumnT.) | |
| ValueConstraint |
Gets or sets the value-constraint function.
(Inherited from BcfColumnT.) | |
| ValueType |
Gets the type of the cells Value property.
(Inherited from BcfColumn.) | |
| ValueTypeIsClass |
Gets a value indicating ValueType is a class.
(Inherited from BcfColumn.) | |
| ValueTypeIsNotNullableStruct | (Inherited from BcfColumn.) | |
| ValueTypeIsNullableStruct | (Inherited from BcfColumn.) |
| Name | Description | |
|---|---|---|
| CompareContent |
Compares two values using ContentEqualityComparison if set; otherwise EqualityComparer.
(Inherited from BcfColumnT.) | |
| ConvertAndFormat |
Converts and formats the specified value as configured in Converter and Formatter and returns the result.
(Inherited from BcfColumnT.) | |
| 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.) | |
| FormatValue |
Returns the formatted value. If no formatter specified on this column value will be returned.
(Inherited from BcfColumnT.) | |
| GetDefaultValue |
Get the DefaultValue as object.
(Inherited from BcfColumnT.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNextFromSequenceOrDefaultValue |
Gets the next value from Sequence or if sequence is null the columns default value.
(Inherited from BcfColumnT.) | |
| GetOptions |
Gets the column-options object.
(Overrides BcfColumnGetOptions.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetOptions |
Sets the column-options.
(Overrides BcfColumnSetOptions(Object).) | |
| ToString |
Returns Name (Inherited from BcfColumn.) | |
| TryConvertAndFormat | (Inherited from BcfColumnT.) | |
| TryConvertAndFormatObject | (Inherited from BcfColumn.) |