 |
| BcfUndoRedoItemRowAdded Class |
Class stores information about an row add action. This class cannot be inherited.
Inheritance HierarchySystemObject CalculationWorks.BusinessModel.UndoRedoBcfUndoRedoItemRowAdded
Namespace: CalculationWorks.BusinessModel.UndoRedoAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic sealed class BcfUndoRedoItemRowAdded : IBcfUndoRedoItem
Public NotInheritable Class BcfUndoRedoItemRowAdded
Implements IBcfUndoRedoItem
public ref class BcfUndoRedoItemRowAdded sealed : IBcfUndoRedoItem
[<SealedAttribute>]
type BcfUndoRedoItemRowAdded =
class
interface IBcfUndoRedoItem
endThe BcfUndoRedoItemRowAdded type exposes the following members.
Properties|
| Name | Description |
|---|
 | Row |
Gets the row.
|
Top
Methods|
| Name | Description |
|---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also