Class BugCreationHistoryViewModel
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BugCreationHistoryViewModel : BindableBase, INotifyPropertyChanged, IBugCreationHistoryViewModel
Constructors
View SourceBugCreationHistoryViewModel()
Declaration
public BugCreationHistoryViewModel()
Properties
View SourceCurrentPage
Declaration
public int CurrentPage { get; set; }
Property Value
Type | Description |
---|---|
int |
DisplayedBugs
Gets the observable collection of bugs that will be displayed.
Declaration
public ObservableCollection<BugCreationHistory> DisplayedBugs { get; }
Property Value
Type | Description |
---|---|
Observable |
NextPageCommand
Gets the command to go to the next page of the bug creation history.
Declaration
public DelegateCommand NextPageCommand { get; }
Property Value
Type | Description |
---|---|
Delegate |
NumberOfBugsToDisplayPerPage
Gets or sets the number of bugs to display per page.
Declaration
public int NumberOfBugsToDisplayPerPage { get; set; }
Property Value
Type | Description |
---|---|
int |
NumberOfBugsToDisplayPerPageOptions
Gets the options for the number of bugs to display.
Declaration
public ObservableCollection<int> NumberOfBugsToDisplayPerPageOptions { get; }
Property Value
Type | Description |
---|---|
Observable |
PreviousPageCommand
Gets the command to go to the previous page of the bug creation history.
Declaration
public DelegateCommand PreviousPageCommand { get; }
Property Value
Type | Description |
---|---|
Delegate |
RefreshBugCreationHistoryCommand
Gets the command to refresh the bug creation history.
Declaration
public ICommand RefreshBugCreationHistoryCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
SharedInfo
Gets or sets the view model shared info.
Declaration
public ViewModelSharedInfo SharedInfo { get; set; }
Property Value
Type | Description |
---|---|
View |
Methods
View SourceReset()
Resets the view model.
Declaration
public void Reset()