BcfRowView Class |
Namespace: CalculationWorks.ViewModel.Forms
The BcfRowView type exposes the following members.
Name | Description | |
---|---|---|
BcfRowView |
Initializes a new instance of the BcfRowView class.
|
Name | Description | |
---|---|---|
IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
IsDisposing |
Gets a value indicating whether this instance is disposing.
|
Name | Description | |
---|---|---|
Delete |
Deletes the associated BcfRow.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
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.
| |
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.
| |
GetColumnsInError |
Gets the names of columns with validation tags.
| |
GetDefaultView |
Gets the DefaultViews item this BcfRowView belongs to.
| |
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 the default hash function. (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.
| |
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) | ||
IsFakeRowView |
Determines whether this row view is a fake row.
| |
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 | |
OnDisposed |
Raises the Disposed event.
| |
OnErrorsChanged |
Raises the ErrorsChanged event.
| |
OnItemChanged |
Raises the ItemChanged event.
| |
OnPropertyChanged |
Raises the PropertyChanged event.
| |
SetParentRowView |
Sets the parent row view.
| |
SetValue(String, Object) | ||
SetValue(BcfColumn, Object) | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Disposed |
Occurs when the instance was disposed.
| |
ErrorsChanged |
Occurs when the result of GetErrors(String) changed.
| |
ItemChanged |
Occurs when any data of this item changed.
| |
PropertyChanged |
Occurs when a property changed.
|