C# 클래스 VitaUnit.TestResultItem

상속: ListPanelItem
파일 보기 프로젝트 열기: garyjohnson/vitaUnit 1 사용 예제들

공개 메소드들

메소드 설명
Creator ( ) : ListPanelItem
InitializeDefaultEffect ( ) : void
Select ( ) : void
SetTestResult ( TestResult testResult ) : void
SetWidgetLayout ( LayoutOrientation orientation ) : void
StartDefaultEffect ( ) : void
UpdateLanguage ( ) : void

비공개 메소드들

메소드 설명
InitializeWidget ( ) : void
InitializeWidget ( LayoutOrientation orientation ) : void
SetText ( string text ) : void
ShowResult ( bool isSuccess ) : void
TestResultItem ( ) : System

메소드 상세

Creator() 공개 정적인 메소드

public static Creator ( ) : ListPanelItem
리턴 ListPanelItem

InitializeDefaultEffect() 공개 메소드

public InitializeDefaultEffect ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

SetTestResult() 공개 메소드

public SetTestResult ( TestResult testResult ) : void
testResult TestResult
리턴 void

SetWidgetLayout() 공개 메소드

public SetWidgetLayout ( LayoutOrientation orientation ) : void
orientation LayoutOrientation
리턴 void

StartDefaultEffect() 공개 메소드

public StartDefaultEffect ( ) : void
리턴 void

UpdateLanguage() 공개 메소드

public UpdateLanguage ( ) : void
리턴 void