C# Class FluentBuild.BuildUI.BuildData

Inheritance: INotifyPropertyChanged
显示文件 Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
AddItem ( string message, TaskState state ) : void
BuildData ( string header ) : System
InvokePropertyChanged ( string e ) : void

Method Details

AddItem() public method

public AddItem ( string message, TaskState state ) : void
message string
state TaskState
return void

BuildData() public method

public BuildData ( string header ) : System
header string
return System

InvokePropertyChanged() public method

public InvokePropertyChanged ( string e ) : void
e string
return void