BcfColumnT Methods |
[This is preliminary documentation and is subject to change.]
The BcfColumnT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 null the columns default value.
| |
| GetOptions |
Gets the column-options object.
(Inherited from BcfColumn.) | |
| 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.
(Inherited from BcfColumn.) | |
| ToString |
Returns Name (Inherited from BcfColumn.) | |
| TryConvertAndFormat | ||
| TryConvertAndFormatObject | (Inherited from BcfColumn.) |