C# 클래스 VersionOne.ServiceHost.ConfigurationTool.ConfigurationFormController

상속: IConfigurationController, IFormController
파일 보기 프로젝트 열기: versionone/VersionOne.Integration.HPALM 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationFormController ( IFacade facade, IUIFactory uiFactory ) : System
FailApplication ( string message ) : void
LoadFromFile ( string fileName ) : void
PrepareView ( ) : void
RegisterView ( IConfigurationView configurationView ) : void
SaveToFile ( string fileName ) : void
SetCoreServiceNodesEnabled ( bool enabled ) : void
ShowPage ( string pageKey ) : void
ValidatePageAvailability ( string pageKey ) : bool

비공개 메소드들

메소드 설명
AppendErrorString ( StringBuilder sb, string message ) : void
GetInvalidPageErrorMessage ( BaseServiceEntity entity, IEnumerable messages ) : string
InvokeBeforeSave ( ) : void
LoadFromAnyDefaultFile ( ) : void

메소드 상세

ConfigurationFormController() 공개 메소드

public ConfigurationFormController ( IFacade facade, IUIFactory uiFactory ) : System
facade IFacade
uiFactory IUIFactory
리턴 System

FailApplication() 공개 메소드

public FailApplication ( string message ) : void
message string
리턴 void

LoadFromFile() 공개 메소드

public LoadFromFile ( string fileName ) : void
fileName string
리턴 void

PrepareView() 공개 메소드

public PrepareView ( ) : void
리턴 void

RegisterView() 공개 메소드

public RegisterView ( IConfigurationView configurationView ) : void
configurationView IConfigurationView
리턴 void

SaveToFile() 공개 메소드

public SaveToFile ( string fileName ) : void
fileName string
리턴 void

SetCoreServiceNodesEnabled() 공개 메소드

public SetCoreServiceNodesEnabled ( bool enabled ) : void
enabled bool
리턴 void

ShowPage() 공개 메소드

public ShowPage ( string pageKey ) : void
pageKey string
리턴 void

ValidatePageAvailability() 공개 메소드

public ValidatePageAvailability ( string pageKey ) : bool
pageKey string
리턴 bool