| BcfCommonRowView Class | |
Namespace: CalculationWorks.ViewModel.Forms
The BcfCommonRowView type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfCommonRowView |
Initializes a new instance of the BcfCommonRowView class.
|
| Name | Description | |
|---|---|---|
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from BcfRowView.) | |
| IsDisposing |
Gets a value indicating whether this instance is disposing.
(Inherited from BcfRowView.) |
| Name | Description | |
|---|---|---|
| Delete |
Deletes the associated BcfRow.
(Inherited from BcfRowView.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfRowView.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfRowView.) | |
| Equals | Determines whether the specified object is equal to the current object. (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.
(Inherited from BcfRowView.) | |
| GetChildView(String) |
Gets a child view chosen by the specified relation name.
(Inherited from BcfRowView.) | |
| GetChildView(BcfRelation) |
Gets a child view chosen by the specified relation.
(Inherited from BcfRowView.) | |
| GetColumnError |
Gets the error description for a column, specified by name.
(Inherited from BcfRowView.) | |
| GetColumnsInError |
Gets the names of columns with validation tags.
(Inherited from BcfRowView.) | |
| GetDefaultView |
Gets the DefaultViews item this BcfRowView belongs to.
(Inherited from BcfRowView.) | |
| GetErrors(String) |
Gets an IEnumerableT containing the formated BcfValidatorCellContent.
(Inherited from BcfRowView.) | |
| GetErrors(BcfColumn) |
Gets an IEnumerableT containing the formated BcfValidatorCellContent.
(Inherited from BcfRowView.) | |
| GetHasErrors | (Inherited from BcfRowView.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetParentRowView(String) |
Gets the parent row view chosen by the specified relation name.
(Inherited from BcfRowView.) | |
| GetParentRowView(BcfRelation) |
Gets the parent row view chosen by the specified relation.
(Inherited from BcfRowView.) | |
| GetRow |
Gets the associated BcfRow.
(Inherited from BcfRowView.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValidationTags(String) |
Gets the IEnumerableT of the specified column.
(Inherited from BcfRowView.) | |
| GetValidationTags(BcfColumn) |
Gets the IEnumerableT of the specified column.
(Inherited from BcfRowView.) | |
| GetValue(String) | (Inherited from BcfRowView.) | |
| GetValue(BcfColumn) | (Inherited from BcfRowView.) | |
| IsFakeRowView |
Determines whether this row view is a fake row.
(Inherited from BcfRowView.) | |
| IsVirtual |
Determines whether this instance is virtual.
(Inherited from BcfRowView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NotifyErrorsChanged |
Raises or queues ErrorsChanged, depends on DeferPropertyChanged (Inherited from BcfRowView.) | |
| NotifyItemChanged |
Raises or queues ItemChanged, depends on DeferPropertyChanged (Inherited from BcfRowView.) | |
| NotifyPropertyChanged |
Raises or queues PropertyChanged, depends on DeferPropertyChanged (Inherited from BcfRowView.) | |
| OnDisposed |
Raises the Disposed event.
(Inherited from BcfRowView.) | |
| OnErrorsChanged |
Raises the ErrorsChanged event.
(Inherited from BcfRowView.) | |
| OnItemChanged |
Raises the ItemChanged event.
(Inherited from BcfRowView.) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from BcfRowView.) | |
| SetParentRowView |
Sets the parent row view.
(Inherited from BcfRowView.) | |
| SetValue(String, Object) | (Inherited from BcfRowView.) | |
| SetValue(BcfColumn, Object) | (Inherited from BcfRowView.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the instance was disposed.
(Inherited from BcfRowView.) | |
| ErrorsChanged |
Occurs when the result of GetErrors(String) changed.
(Inherited from BcfRowView.) | |
| ItemChanged |
Occurs when any data of this item changed.
(Inherited from BcfRowView.) | |
| PropertyChanged |
Occurs when a property changed.
(Inherited from BcfRowView.) |