Click or drag to resize
CalculationWorks Logo
BcfCommonRowView Class
Common row view class with INotifyPropertyChanged and INotifyDataErrorInfo implementation.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.WindowsBcfRowView
    CalculationWorks.ViewModel.WindowsBcfCommonRowView

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntax
public class BcfCommonRowView : BcfRowView, 
	INotifyPropertyChanged, INotifyDataErrorInfo

The BcfCommonRowView type exposes the following members.

Constructors
  NameDescription
Public methodBcfCommonRowView
Initializes a new instance of the BcfCommonRowView class.
Top
Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfRowView.)
Public propertyIsDisposing
Gets a value indicating whether this instance is disposing.
(Inherited from BcfRowView.)
Top
Methods
  NameDescription
Public methodDelete
Deletes the associated BcfRow.
(Inherited from BcfRowView.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfRowView.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfRowView.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFormatValidatorCellContent
Formats the validator information.
(Inherited from BcfRowView.)
Public methodGetChildView(String)
Gets a child view chosen by the specified relation name.
(Inherited from BcfRowView.)
Public methodGetChildView(BcfRelation)
Gets a child view by the specified relation.
(Inherited from BcfRowView.)
Public methodGetColumnError
Gets the error description for a column, specified by columnName.
(Inherited from BcfRowView.)
Public methodGetColumnsInError
Gets the names of columns with validation tags.
(Inherited from BcfRowView.)
Public methodGetDefaultView
Gets the DefaultViews item this BcfRowView belongs to.
(Inherited from BcfRowView.)
Protected methodCode exampleGetDictionaryValue
Get a value from dictionary specified by propertyName.
(Inherited from BcfRowView.)
Public methodGetErrors(String) (Inherited from BcfRowView.)
Public methodGetErrors(BcfColumn) (Inherited from BcfRowView.)
Public methodGetHasErrors
Returns true if any validation messages are related with this BcfRowView, false otherwise.
(Inherited from BcfRowView.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetParentRowView(String)
Gets the parent row view by the specified relation name.
(Inherited from BcfRowView.)
Public methodGetParentRowView(BcfRelation)
Gets the parent row view chosen by the specified relation.
(Inherited from BcfRowView.)
Public methodGetRow
Gets the associated BcfRow.
(Inherited from BcfRowView.)
Public methodGetType (Inherited from Object.)
Public methodGetValidationTags(String) (Inherited from BcfRowView.)
Public methodGetValidationTags(BcfColumn) (Inherited from BcfRowView.)
Public methodGetValue(String)
Gets the value of the associated BcfRowBcfCell with the specified name.
(Inherited from BcfRowView.)
Public methodGetValue(BcfColumn)
Gets the value of the associated BcfRowBcfCell with the specified name.
(Inherited from BcfRowView.)
Public methodIsVirtual
Determines whether this instance is virtual.
(Inherited from BcfRowView.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNotifyErrorsChanged
Raises or queues ErrorsChanged, depends on DeferPropertyChanged
(Inherited from BcfRowView.)
Public methodNotifyItemChanged
Raises or queues ItemChanged, depends on DeferPropertyChanged
(Inherited from BcfRowView.)
Public methodNotifyPropertyChanged
Raises or queues PropertyChanged, depends on DeferPropertyChanged
(Inherited from BcfRowView.)
Protected methodOnDisposed
Raises the Disposed event.
(Inherited from BcfRowView.)
Protected methodCode exampleSetDictionaryValue
Set a value in dictionary specified by propertyName.
(Inherited from BcfRowView.)
Public methodSetParentRowView
Sets the parent BcfRowView.
(Inherited from BcfRowView.)
Public methodSetValue(String, Object)
Sets the value of the associated BcfRowBcfCell with the specified name.
(Inherited from BcfRowView.)
Public methodSetValue(BcfColumn, Object)
Sets the value of the associated BcfRowBcfCell with the specified name.
(Inherited from BcfRowView.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventDisposed
Occurs when the instance was disposed.
(Inherited from BcfRowView.)
Public eventErrorsChanged
Occurs when the result of GetErrors(String) changed.
(Inherited from BcfRowView.)
Public eventItemChanged
Occurs when any data of this item changed.
(Inherited from BcfRowView.)
Public eventPropertyChanged
Occurs when a property changed.
(Inherited from BcfRowView.)
Top
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0, 2.1, 2.0
See Also