CalculationWorks Logo
BcfTableTRow MethodsCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

The BcfTableTRow generic type exposes the following members.

Methods

  NameDescription
Public methodAddNewRow
Creates a new BcfRow and adds it to the tables BcfRowCollection.
(Inherited from BcfTable.)
Public methodAddNewRow(DictionaryString, Object)
Creates a new BcfRow and adds it to the tables BcfRowCollection.
(Inherited from BcfTable.)
Public methodCreateNewRow
Returns a new row for the table. The row will not be added to the Rows collection before calling AddRowToTable. Until then the row is not part of the data. Calling CreateNewRow will not cause a data change nor create an undo item.
(Inherited from BcfTable.)
Protected methodCreateRow
Creates the row.
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 methodGetEnumerator
Gets the enumerator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRowType
Gets the Type of the rows.
(Overrides BcfTableGetRowType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the specified values into one new row.
(Inherited from BcfTable.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Name.
(Inherited from BcfTable.)
Top
See Also

Reference