C# 클래스 GlobalcachingApplication.Plugins.ActBuilder.ActionStart

상속: GlobalcachingApplication.Plugins.ActBuilder.ActionImplementationCondition, System.Collections.IComparer
파일 보기 프로젝트 열기: GlobalcachingEU/GAPP 1 사용 예제들

공개 메소드들

메소드 설명
ActionStart ( Framework core ) : System
CommitUIData ( UIElement uiElement ) : void
Compare ( object x, object y ) : int
GetUIElement ( ) : UIElement
PrepareFlow ( ) : void
Process ( Framework gc ) : Operator

메소드 상세

ActionStart() 공개 메소드

public ActionStart ( Framework core ) : System
core Framework
리턴 System

CommitUIData() 공개 메소드

public CommitUIData ( UIElement uiElement ) : void
uiElement UIElement
리턴 void

Compare() 공개 메소드

public Compare ( object x, object y ) : int
x object
y object
리턴 int

GetUIElement() 공개 메소드

public GetUIElement ( ) : UIElement
리턴 UIElement

PrepareFlow() 공개 메소드

public PrepareFlow ( ) : void
리턴 void

Process() 공개 메소드

public Process ( Framework gc ) : Operator
gc Framework
리턴 Operator