Table of Contents

Interface IAutoValuePerSiteRange<T>

Namespace
Tol
Assembly
Tol.dll

Auto range settings interface with support for site-specific values.

public interface IAutoValuePerSiteRange<T> : IValuePerSite<T>, IRange

Type Parameters

T

Value type.

Inherited Members

Properties

Auto

Sets the value, for all sites.

bool Auto { set; }

Property Value

bool

AutoPerSite

Sets the value associated with each site.

Site<bool> AutoPerSite { set; }

Property Value

Site<bool>