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
Name
Name of the template.
string Name { get; }