Table of Contents

Interface IRulesArgument

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Argument that implements a list of rules.

public interface IRulesArgument

Properties

Rules

Gets or sets the rules for this argument.

IList<Rule>? Rules { get; set; }

Property Value

IList<Rule>

IList<T>