Base |
[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Views.BaseSimpleGridViewModel`1"]
public class BaseSimpleGridViewModel<T> : BindableBase
[Missing <typeparam name="T"/> documentation for "T:RAYLASE.Marker.GUI.Common.Views.BaseSimpleGridViewModel`1"]
The BaseSimpleGridViewModelT type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseSimpleGridViewModelT | Initializes a new instance of the BaseSimpleGridViewModelT class |
| Name | Description | |
|---|---|---|
| AddRowAfterCommand | ||
| AddRowBeforeCommand | ||
| CanDelete | ||
| CanDeleteALl | ||
| CanMoveDown | ||
| CanMoveUp | ||
| DeleteAllRowsCommand | ||
| DeleteRowCommand | ||
| MoveDownCommand | ||
| MoveUpCommand | ||
| Rows | ||
| SelectedIndex |
| Name | Description | |
|---|---|---|
| CanAddRowAfter | ||
| CanAddRowBefore | ||
| CanDeleteAllRows | ||
| CanDeleteCurrentSelection | ||
| CanDeleteRow | ||
| OnPropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BindableBase) | |
| OnSelectedIndexChanged | ||
| PostAddRow | ||
| RaisePropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BindableBase) | |
| SetProperty``1(UMP, UMP, String) |
Checks if a property already matches a desired value. Sets the property and
notifies listeners only when necessary.
(Inherited from BindableBase) | |
| SetProperty``1(UMP, UMP, Action, String) |
Checks if a property already matches a desired value. Sets the property and
notifies listeners only when necessary.
(Inherited from BindableBase) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from BindableBase) |