Constructor RangeDomainDescription
RangeDomainDescription(String, FieldType, Nullable<Object>, Nullable<Object>)
Initializes a new instance of the RangeDomainDescription class with the specified name and values.
Declaration
public RangeDomainDescription(string name, FieldType fieldType, object? minValue, object? maxValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | The range domain's name. |
| FieldType | fieldType | The range domain's field type. |
| System.Nullable<System.Object> | minValue | The range domain's minimum value. |
| System.Nullable<System.Object> | maxValue | The range domain's maximum value. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |