Click or drag to resize

BcfCellT Methods

[This is preliminary documentation and is subject to change.]

The BcfCellT generic type exposes the following members.

Methods
  NameDescription
Public methodConvertedValueObjectEquals
Tries to converts and formats the specified value, compares the result with the Value property and returns the result of equality-check.
(Overrides BcfCellConvertedValueObjectEquals(Object).)
Public methodCopyTo
Copies the value to targetRow.
(Overrides BcfCellCopyTo(BcfRow).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormattedValueEquals
Formats the specified value, compares the result with the Value property and returns the result of equality-check.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSurrogateTSurrugate
Returns the serialization surrogate of Value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueObject
Gets the Value as object.
(Overrides BcfCellGetValueObject.)
Public methodInvalidate
Flags the cells value as outdated.
(Inherited from BcfCell.)
Public methodIsValueNull
Gets a value that indicates whether the cell Value property is null.
(Inherited from BcfCell.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDefaultValue
Sets the cells value to columns default value.
(Overrides BcfCellSetDefaultValue.)
Public methodSetNextFromSequenceOrDefaultValue
Sets the cells value to columns default value.
(Overrides BcfCellSetNextFromSequenceOrDefaultValue.)
Public methodSetSurrogateTSurrugate
Updates Value with specified surrogate.
Public methodSetValue
Sets the value.
Public methodSetValueObject
Sets the value.
(Overrides BcfCellSetValueObject(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValueEquals
Compares a specified value with the Value property and returns the result.
Public methodValueObjectEquals
Compares the specified value with the Value property and returns the result of equality-check.
(Overrides BcfCellValueObjectEquals(Object).)
Top
See Also