Table of Contents

Interface ICalculatorConfiguration

Namespace
MoonBark.GridPlacement.Core.Services
Assembly
MoonBark.GridPlacement.Core.dll

Calculator configuration interface.

public interface ICalculatorConfiguration

Properties

Name

Configuration name.

string Name { get; }

Property Value

string

Version

Configuration version.

Version Version { get; }

Property Value

Version

Methods

Validate()

Validates the configuration.

CalculatorValidationResult Validate()

Returns

CalculatorValidationResult

Validation result.