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
IsValid
Returns true if ... is valid.
public bool IsValid { get; set; }
Property Value
- bool
trueif 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; }