C# Class Kentico.KInspector.Core.ModuleResults

Results of the module that are used in the IModule.GetResults method.
Afficher le fichier Open project: Kentico/KInspector Class Usage Examples

Méthodes publiques

Свойство Type Description
ResultComment string
Status Status
Trusted bool

Property Details

ResultComment public_oe property

Comments where should be displayed what should be fixed and how.
public string ResultComment
Résultat string

Status public_oe property

Result status.
public Status Status
Résultat Status

Trusted public_oe property

Indicates that encoding of Result can be safely omitted. Supported only for string and List{string} result.
public bool Trusted
Résultat bool