Show / Hide Table of Contents

Class BugCreationHistoryViewModel

Inheritance
object
BindableBase
BugCreationHistoryViewModel
Implements
INotifyPropertyChanged
IBugCreationHistoryViewModel
Inherited Members
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BugCreationHistoryViewModel : BindableBase, INotifyPropertyChanged, IBugCreationHistoryViewModel

Constructors

View Source

BugCreationHistoryViewModel()

Declaration
public BugCreationHistoryViewModel()

Properties

View Source

CurrentPage

Declaration
public int CurrentPage { get; set; }
Property Value
Type Description
int
View Source

DisplayedBugs

Gets the observable collection of bugs that will be displayed.

Declaration
public ObservableCollection<BugCreationHistory> DisplayedBugs { get; }
Property Value
Type Description
ObservableCollection<BugCreationHistory>
View Source

NextPageCommand

Gets the command to go to the next page of the bug creation history.

Declaration
public DelegateCommand NextPageCommand { get; }
Property Value
Type Description
DelegateCommand
View Source

NumberOfBugsToDisplayPerPage

Gets or sets the number of bugs to display per page.

Declaration
public int NumberOfBugsToDisplayPerPage { get; set; }
Property Value
Type Description
int
View Source

NumberOfBugsToDisplayPerPageOptions

Gets the options for the number of bugs to display.

Declaration
public ObservableCollection<int> NumberOfBugsToDisplayPerPageOptions { get; }
Property Value
Type Description
ObservableCollection<int>
View Source

PreviousPageCommand

Gets the command to go to the previous page of the bug creation history.

Declaration
public DelegateCommand PreviousPageCommand { get; }
Property Value
Type Description
DelegateCommand
View Source

RefreshBugCreationHistoryCommand

Gets the command to refresh the bug creation history.

Declaration
public ICommand RefreshBugCreationHistoryCommand { get; }
Property Value
Type Description
ICommand
View Source

SharedInfo

Gets or sets the view model shared info.

Declaration
public ViewModelSharedInfo SharedInfo { get; set; }
Property Value
Type Description
ViewModelSharedInfo

Methods

View Source

Reset()

Resets the view model.

Declaration
public void Reset()

Implements

INotifyPropertyChanged
IBugCreationHistoryViewModel
  • View Source
In this article
Back to top Generated by DocFX