BcfColumnT Methods |
The BcfColumnT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept |
Lets the visitorVisitT, TOptions(BcfColumnT, TOptions).
(Inherited from BcfColumn.) | |
| AsValueColumnTValue |
Returns the column as IBcfValueColumnT if possible; otherwise .
(Inherited from BcfColumn.) | |
| CompareContent |
Compares two values using ContentEqualityComparison if set; otherwise EqualityComparer.
| |
| ConvertAndFormat | ||
| 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.
| |
| GetDefaultValue |
Get the DefaultValue as object.
(Overrides BcfColumnGetDefaultValue.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNextFromSequenceOrDefaultValue |
Gets the next value from Sequence or if sequence is the columns default value.
| |
| GetOptions |
Gets the column-options object.
(Inherited from BcfColumn.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadSettings |
Loads settings of specified other column.
(Overrides BcfColumnLoadSettings(BcfColumn, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetOptions |
Sets the column-options.
(Inherited from BcfColumn.) | |
| ToString |
Returns Name (Inherited from BcfColumn.) | |
| TryConvertAndFormat | ||
| TryConvertAndFormatObject | (Inherited from BcfColumn.) |
| Name | Description | |
|---|---|---|
| GetValues(BcfRow) | Overloaded.
Returns cell values of specified rows. The result may be casted to IEnumerable of columns ValueType.
(Defined by BcfColumnExtensions.) | |
| GetValues(IEnumerableBcfRow) | Overloaded.
Returns cell values of specified rows. The result may be casted to IEnumerable of columns ValueType.
(Defined by BcfColumnExtensions.) | |
| GetValuesT(BcfRow) | Overloaded.
Returns cell values of specified rows.
(Defined by BcfColumnExtensions.) | |
| GetValuesT(IEnumerableBcfRow) | Overloaded.
Returns cell values of specified rows.
(Defined by BcfColumnExtensions.) |