Show / Hide Table of Contents

Class RangeDomain<T>

Specifies a valid range of numeric or date values for a Field.

Inheritance
System.Object
Domain
RangeDomain<T>
Domain.Name
Domain.FieldType
Domain.ToJson()
Domain.FromJson(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RangeDomain<T> : Domain where T : IComparable
Type Parameters
Name Description
T

Data type that is IComparable.

Remarks

A range domain can specify the minimum and maximum value of a number or date for a field. Data entries outside the range will not be accepted in the field. When a user is editing data, you can present the MinValue and MaxValue to guide the user, and validate their input against the range domain before changes are saved. This helps to maintain data integrity.

Properties

Name Description
MaxValue

Gets the maximum value of range.

MinValue

Gets the minimum value of range.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.