C# Class FluentBuild.BuildUI.BuildData

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: SkightTeam/eLiteWeb Class Usage Examples

Méthodes publiques

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

Method Details

AddItem() public méthode

public AddItem ( string message, TaskState state ) : void
message string
state TaskState
Résultat void

BuildData() public méthode

public BuildData ( string header ) : System
header string
Résultat System

InvokePropertyChanged() public méthode

public InvokePropertyChanged ( string e ) : void
e string
Résultat void