Class IntegrationValidationResult
- Namespace
- MoonBark.GridPlacement.Core.Types
- Assembly
- MoonBark.GridPlacement.Core.dll
Result of integration validation between systems
public class IntegrationValidationResult
- Inheritance
-
IntegrationValidationResult
- Inherited Members
Properties
Errors
List of integration errors
public List<string> Errors { get; set; }
Property Value
IsValid
Whether integration is valid
public bool IsValid { get; set; }
Property Value
Summary
Integration summary message
public string Summary { get; set; }
Property Value
Warnings
List of integration warnings
public List<string> Warnings { get; set; }