Click or drag to resize
CalculationWorks Logo
BcfCommonRowView Methods

The BcfCommonRowView type exposes the following members.

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.
(Inherited from BcfRowView.)
Public methodDelete
Deletes the associated BcfRow.
(Inherited from BcfRowView.)
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.
(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 chosen by the specified relation.
(Inherited from BcfRowView.)
Public methodGetColumnError
Gets the error description for a column, specified by name.
(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
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParentRowView(String)
Gets the parent row view chosen 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 methodGetTableView
Gets the DefaultViews item this BcfRowView belongs to.
(Inherited from BcfRowView.)
Public methodGetType
Gets the Type of the current instance.
(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 methodIsAlive
Determines whether this instance is alive.
(Inherited from BcfRowView.)
Public methodIsFakeRowView
Determines whether this row view is a fake row.
(Inherited from BcfRowView.)
Public methodIsVirtual
Determines whether this instance is virtual.
(Inherited from BcfRowView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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 methodOnErrorsChanged
Raises the ErrorsChanged event.
(Inherited from BcfRowView.)
Protected methodOnItemChanged
Raises the ItemChanged event.
(Inherited from BcfRowView.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also