Click or drag to resize
CalculationWorks Logo
BcfRowView Class
Represents a view of a BcfRow.
Inheritance Hierarchy

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.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
Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsDisposing
Gets a value indicating whether this instance is disposing.
Top
Methods
  NameDescription
Public methodDelete
Deletes the associated BcfRow.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
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(String)
Gets a child view chosen by the specified relation name.
Public methodGetChildView(BcfRelation)
Gets a child view chosen by the specified relation.
Public methodGetColumnError
Gets the error description for a column, specified by name.
Public methodGetColumnsInError
Gets the names of columns with validation tags.
Public methodGetDefaultView
Gets the DefaultViews item this BcfRowView belongs to.
Public methodGetErrors(String)
Public methodGetErrors(BcfColumn)
Public methodGetHasErrors
Returns true if any validation messages are related with this BcfRowView, false otherwise.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParentRowView(String)
Gets the parent row view chosen by the specified relation name.
Public methodGetParentRowView(BcfRelation)
Gets the parent row view chosen by the specified relation.
Public methodGetRow
Gets the associated BcfRow.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidationTags(String)
Public methodGetValidationTags(BcfColumn)
Public methodGetValue(String)
Gets the value of the associated BcfRowBcfCell with the specified name.
Public methodGetValue(BcfColumn)
Gets the value of the associated BcfRowBcfCell with the specified name.
Public methodIsVirtual
Determines whether this instance is virtual.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotifyErrorsChanged
Raises or queues ErrorsChanged, depends on DeferPropertyChanged
Public methodNotifyItemChanged
Raises or queues ItemChanged, depends on DeferPropertyChanged
Public methodNotifyPropertyChanged
Raises or queues PropertyChanged, depends on DeferPropertyChanged
Protected methodOnDisposed
Raises the Disposed event.
Protected methodOnErrorsChanged
Raises the ErrorsChanged event.
Protected methodOnItemChanged
Raises the ItemChanged event.
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
Public methodSetParentRowView
Sets the parent row view.
Public methodSetValue(String, Object)
Sets the value of the associated BcfRowBcfCell with the specified name.
Public methodSetValue(BcfColumn, Object)
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 eventDisposed
Occurs when the instance was disposed.
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
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.0, 2.1, 2.0
See Also