Click or drag to resize
CalculationWorks Logo
BcfRowView Methods

The BcfRowView type exposes the following members.

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 (Inherited from Object.)
Protected methodFinalize (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 by the specified relation.
Public methodGetColumnError
Gets the error description for a column, specified by columnName.
Public methodGetColumnsInError
Gets the names of columns with validation tags.
Public methodGetDefaultView
Gets the DefaultViews item this BcfRowView belongs to.
Protected methodCode exampleGetDictionaryValue
Get a value from dictionary specified by propertyName.
Public methodGetErrors(String)
Public methodGetErrors(BcfColumn)
Public methodGetHasErrors
Returns true if any validation messages are related with this BcfRowView, false otherwise.
Public methodGetHashCode (Inherited from Object.)
Public methodGetParentRowView(String)
Gets the parent row view 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 (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 (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 methodCode exampleSetDictionaryValue
Set a value in dictionary specified by propertyName.
Public methodSetParentRowView
Sets the parent BcfRowView.
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 (Inherited from Object.)
Top
See Also