C# 클래스 Kentico.KInspector.Modules.SecurityAppSettingsModule

상속: IModule
파일 보기 프로젝트 열기: Kentico/KInspector

공개 메소드들

메소드 설명
GetModuleMetadata ( ) : Kentico.KInspector.Core.ModuleMetadata
GetResults ( IInstanceInfo instanceInfo ) : ModuleResults

보호된 메소드들

메소드 설명
GetErrorResponse ( string errorMessage ) : ModuleResults

Gets error response.

ValidateInstancePath ( string path, string &validationErrorMessage ) : bool

Validates Kentico instance path. Does nothing when validationErrorMessage already contains a message.

메소드 상세

GetErrorResponse() 보호된 메소드

Gets error response.
protected GetErrorResponse ( string errorMessage ) : ModuleResults
errorMessage string Error message.
리턴 Kentico.KInspector.Core.ModuleResults

GetModuleMetadata() 공개 메소드

public GetModuleMetadata ( ) : Kentico.KInspector.Core.ModuleMetadata
리턴 Kentico.KInspector.Core.ModuleMetadata

GetResults() 공개 메소드

public GetResults ( IInstanceInfo instanceInfo ) : ModuleResults
instanceInfo IInstanceInfo
리턴 Kentico.KInspector.Core.ModuleResults

ValidateInstancePath() 보호된 메소드

Validates Kentico instance path. Does nothing when validationErrorMessage already contains a message.
protected ValidateInstancePath ( string path, string &validationErrorMessage ) : bool
path string Path to Kentico instance.
validationErrorMessage string Message describing the cause of validation failure (set only when validation fails).
리턴 bool