Show / Hide Table of Contents

Class CloneExistingBugViewModel

A view model class containing logic for cloning an existing bug.

Inheritance
object
BindableBase
CloneExistingBugViewModel
Implements
INotifyPropertyChanged
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 CloneExistingBugViewModel : BindableBase, INotifyPropertyChanged

Constructors

View Source

CloneExistingBugViewModel(Dispatcher)

Initializes a new instance of the CloneExistingBugViewModel class.

Declaration
public CloneExistingBugViewModel(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher

The dispatcher.

Properties

View Source

CloneExistingBugCommand

Gets the command to clone the current bug item from the database into UI the user can edit.

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

CurrentBug

Gets or sets the current bug that the user may want to clone.

Declaration
public BugInfo CurrentBug { get; set; }
Property Value
Type Description
BugInfo
View Source

CurrentBugKey

Gets or sets the current bug key.

Declaration
public string CurrentBugKey { get; set; }
Property Value
Type Description
string
View Source

SharedInfo

Gets or sets the shared info view model.

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

ValidateBugToCloneCommand

Gets the command for validating if the provided bug key is a bug in the data base.

Declaration
public ICommand ValidateBugToCloneCommand { get; }
Property Value
Type Description
ICommand

Methods

View Source

BrowseToCurrentBugLinkAsync()

Navigates to a bug in the database by opening it in a browser.

Declaration
public Task BrowseToCurrentBugLinkAsync()
Returns
Type Description
Task

Implements

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