| BcfRowView Class | |
Namespace: CalculationWorks.ViewModel.Windows
The BcfRowView type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfRowView |
Initializes a new instance of the BcfRowView class.
|
| Name | Description | |
|---|---|---|
| Cleanup |
Method will be called when the instance will not longer be in use. Override this method to perform clean up operations.
| |
| Delete |
Deletes the associated BcfRow.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FormatValidatorCellContent |
Formats the validator information.
| |
| GetChildView(String) |
Gets a child view chosen by the specified relation name.
| |
| GetChildView(BcfRelation) |
Gets a child view chosen by the specified relation.
| |
| GetColumnError |
Gets the error description for a column, specified by name.
| |
| GetErrors(String) |
Gets an IEnumerableT containing the formated BcfValidatorCellContent.
| |
| GetErrors(BcfColumn) |
Gets an IEnumerableT containing the formated BcfValidatorCellContent.
| |
| GetHasErrors |
Returns true if any validation messages are related with this BcfRowView, false otherwise.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetParentRowView(String) |
Gets the parent row view chosen by the specified relation name.
| |
| GetParentRowView(BcfRelation) |
Gets the parent row view chosen by the specified relation.
| |
| GetRow |
Gets the associated BcfRow.
| |
| GetTableView |
Gets the DefaultViews item this BcfRowView belongs to.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValidationTags(String) |
Gets the IEnumerableT of the specified column.
| |
| GetValidationTags(BcfColumn) |
Gets the IEnumerableT of the specified column.
| |
| GetValue(String) | ||
| GetValue(BcfColumn) | ||
| IsAlive |
Determines whether this instance is alive.
| |
| IsVirtual |
Determines whether this instance is virtual.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NotifyErrorsChanged |
Raises or queues ErrorsChanged, depends on DeferPropertyChanged | |
| NotifyItemChanged |
Raises or queues ItemChanged, depends on DeferPropertyChanged | |
| NotifyPropertyChanged |
Raises or queues PropertyChanged, depends on DeferPropertyChanged | |
| OnErrorsChanged |
Raises the ErrorsChanged event.
| |
| OnItemChanged |
Raises the ItemChanged event.
| |
| OnPropertyChanged |
Raises the PropertyChanged event.
| |
| SetValue(String, Object) | ||
| SetValue(BcfColumn, Object) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ErrorsChanged |
Occurs when the result of GetErrors(String) changed.
| |
| ItemChanged |
Occurs when any data of this item changed.
| |
| PropertyChanged |
Occurs when a property changed.
|