Table of Contents

Interface INullableRulesArgument

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

Argument that implements a list of rules.

public interface INullableRulesArgument

Properties

Rules

Gets or sets the rules for this argument.

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

Property Value

IList<Rule>

IList<T>