Table of Contents

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

List<string>

IsValid

Whether integration is valid

public bool IsValid { get; set; }

Property Value

bool

Summary

Integration summary message

public string Summary { get; set; }

Property Value

string

Warnings

List of integration warnings

public List<string> Warnings { get; set; }

Property Value

List<string>