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
TValue type.
- Inherited Members
Properties
Auto
Sets the value, for all sites.
bool Auto { set; }
Property Value
AutoPerSite
Sets the value associated with each site.
Site<bool> AutoPerSite { set; }
Property Value
- Site<bool>