Show / Hide Table of Contents

Interface IBugCreationHistoryViewModel

Interface for the bug creation history view model.

Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IBugCreationHistoryViewModel

Properties

View Source

DisplayedBugs

Gets the observable collection of bugs that will be displayed.

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

NumberOfBugsToDisplayPerPage

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

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

SharedInfo

Gets or sets the view model shared info.

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

Methods

View Source

Reset()

Resets the view model.

Declaration
void Reset()
  • View Source
In this article
Back to top Generated by DocFX