Table of Contents

Class PluginValidationResult

Namespace
DotCompute.Plugins.Interfaces
Assembly
DotCompute.Plugins.dll

Represents the result of plugin validation.

public class PluginValidationResult
Inheritance
PluginValidationResult
Inherited Members

Properties

Errors

Gets the errors.

public IList<string> Errors { get; }

Property Value

IList<string>

The errors.

IsValid

Returns true if ... is valid.

public bool IsValid { get; set; }

Property Value

bool

true if this instance is valid; otherwise, false.

Metadata

Gets the metadata.

public Dictionary<string, object> Metadata { get; }

Property Value

Dictionary<string, object>

The metadata.

Warnings

Gets the warnings.

public IList<string> Warnings { get; }

Property Value

IList<string>

The warnings.