C# Class Case.IssueTracker.Data.BCF2.Markup

Inheritance: INotifyPropertyChanged
显示文件 Open project: WeConnect/issue-tracker Class Usage Examples

Private Properties

Property Type Description
CommentOnCollectionChanged void
NotifyPropertyChanged void

Public Methods

Method Description
Markup ( ) : System
Markup ( System.DateTime created ) : System
RegisterEvents ( ) : void

Private Methods

Method Description
CommentOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void
NotifyPropertyChanged ( String info ) : void

Method Details

Markup() public method

public Markup ( ) : System
return System

Markup() public method

public Markup ( System.DateTime created ) : System
created System.DateTime
return System

RegisterEvents() public method

public RegisterEvents ( ) : void
return void