CalculationWorks Logo
BcfRowView ClassCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Represents a view of a BcfRow.
Inheritance Hierarchy

SystemObject
  CalculationWorks.ViewModel.WindowsBcfRowView
    CalculationWorks.ViewModel.WindowsBcfCommonRowView

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 1.1.0.0
Syntax

public class BcfRowView

The BcfRowView type exposes the following members.

Constructors

  NameDescription
Public methodBcfRowView
Initializes a new instance of the BcfRowView class.
Top
Methods

  NameDescription
Protected methodCleanup
Method will be called when the instance will not longer be in use. Override this method to perform clean up operations.
Public methodDelete
Deletes the associated 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.)
Protected methodFormatValidatorCellContent
Formats the validator information.
Public methodGetChildView
Gets a child view chosen by the specified relation name.
Public methodGetColumnError
Gets the error description for a column, specified by name.
Public methodGetErrors
Public methodGetHasErrors
Returns true if any validation messages are related with this BcfRowView, false otherwise.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParentRowView
Gets the parent row view chosen by the specified relation name.
Public methodGetRow
Gets the associated BcfRow.
Public methodGetTableView
Gets the DefaultViews item this BcfRowView belongs to.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidationTags
Public methodGetValue
Gets the value of the associated BcfRowBcfCell with the specified name.
Public methodIsAlive
Determines whether this instance is alive.
Public methodIsVirtual
Determines whether this instance is virtual.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnErrorsChanged
Raises ErrorsChanged event.
Protected methodOnItemChanged
Raises the ItemChanged event.
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
Public methodSetValue
Sets the value of the associated BcfRowBcfCell with the specified name.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventErrorsChanged
Occurs when the result of GetErrors(String) changed.
Public eventItemChanged
Occurs when any data of this item changed.
Public eventPropertyChanged
Occurs when a property changed.
Top
See Also

Reference