Table of Contents

Interface IIndicatorTemplate

Namespace
MoonBark.GridPlacement.Core.Interfaces
Assembly
MoonBark.GridPlacement.Core.dll

Represents a template for creating rule check indicators.

public interface IIndicatorTemplate

Properties

Id

Unique identifier for the template.

string Id { get; }

Property Value

string

Name

Name of the template.

string Name { get; }

Property Value

string