C# Класс Kentico.KInspector.Modules.SecurityAppSettingsModule

Наследование: IModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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