C# Класс Kentico.KInspector.Core.ModuleResults

Results of the module that are used in the IModule.GetResults method.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ResultComment string
Status Status
Trusted bool

Описание свойств

ResultComment публичное свойство

Comments where should be displayed what should be fixed and how.
public string ResultComment
Результат string

Status публичное свойство

Result status.
public Status Status
Результат Status

Trusted публичное свойство

Indicates that encoding of Result can be safely omitted. Supported only for string and List{string} result.
public bool Trusted
Результат bool