C# Class CASE.Navis2BCF.Jira

Jira is the main datacontext, it just contains a IssuesBCFCollection, but I still follow this structure in case of future developement and uniformation to other Jira/BCF plugins
Inheritance: INotifyPropertyChanged
Show file Open project: WeConnect/case-apps

Public Properties

Property Type Description
issuesBCFCollection ObservableCollection

Public Methods

Method Description
NotifyPropertyChanged ( String info ) : void

Changed Property Handler

Method Details

NotifyPropertyChanged() public method

Changed Property Handler
public NotifyPropertyChanged ( String info ) : void
info String
return void

Property Details

issuesBCFCollection public property

public ObservableCollection issuesBCFCollection
return ObservableCollection