Class RecentSubmittedBugsTableViewModel
This class defines the view model for the view that shows recently submitted bugs in a table format.
Inheritance
RecentSubmittedBugsTableViewModel
Implements
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class RecentSubmittedBugsTableViewModel : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Remarks
Initializes a new instance of RecentSubmittedBugsTableViewModel.
Constructors
View SourceRecentSubmittedBugsTableViewModel(IEnumerable<DupeCheckBugInfo>)
This class defines the view model for the view that shows recently submitted bugs in a table format.
Declaration
public RecentSubmittedBugsTableViewModel(IEnumerable<DupeCheckBugInfo> recentBugs)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<DupeCheckBugInfo> | recentBugs | The recently submitted bugs that are potential duplicates. |
Remarks
Initializes a new instance of RecentSubmittedBugsTableViewModel.
Properties
View SourceRecentBugs
Gets the recently submitted bugs that are potential duplicates.
Declaration
public ObservableCollection<DupeCheckBugInfo> RecentBugs { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DupeCheckBugInfo> |