[]
Initializes a new instance of the ValueInterval class.
public ValueInterval()
Initializes a new instance of the ValueInterval class.
public ValueInterval(object minValue, object maxValue, bool includeMin, bool includeMax)
Type | Name | Description |
---|---|---|
object | minValue | MinValue property value. |
object | maxValue | MaxValue property value. |
bool | includeMin | IncludeMin property value. |
bool | includeMax | IncludeMax property value. |
Initializes a new instance of the ValueInterval class.
protected ValueInterval(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The data with property values of this object. |
StreamingContext | context |