C# 클래스 FluentBuild.BuildUI.BuildData

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( string message, TaskState state ) : void
BuildData ( string header ) : System
InvokePropertyChanged ( string e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( string message, TaskState state ) : void
message string
state TaskState
리턴 void

BuildData() 공개 메소드

public BuildData ( string header ) : System
header string
리턴 System

InvokePropertyChanged() 공개 메소드

public InvokePropertyChanged ( string e ) : void
e string
리턴 void