Interface IBugCreationHistoryViewModel
Interface for the bug creation history view model.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IBugCreationHistoryViewModel
Properties
View SourceDisplayedBugs
Gets the observable collection of bugs that will be displayed.
Declaration
ObservableCollection<BugCreationHistory> DisplayedBugs { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<BugCreationHistory> |
NumberOfBugsToDisplayPerPage
Gets or sets the number of bugs to display per page.
Declaration
int NumberOfBugsToDisplayPerPage { get; set; }
Property Value
Type | Description |
---|---|
int |
SharedInfo
Gets or sets the view model shared info.
Declaration
ViewModelSharedInfo SharedInfo { get; set; }
Property Value
Type | Description |
---|---|
ViewModelSharedInfo |
Methods
View SourceReset()
Resets the view model.
Declaration
void Reset()