[]
        
(Showing Draft Content)

C1.Win.Input.Validation.ValueInterval.-ctor

ValueInterval Constructor

ValueInterval()

Initializes a new instance of the ValueInterval class.

Declaration
public ValueInterval()

ValueInterval(object, object, bool, bool)

Initializes a new instance of the ValueInterval class.

Declaration
public ValueInterval(object minValue, object maxValue, bool includeMin, bool includeMax)
Parameters
Type Name Description
object minValue

MinValue property value.

object maxValue

MaxValue property value.

bool includeMin

IncludeMin property value.

bool includeMax

IncludeMax property value.

ValueInterval(SerializationInfo, StreamingContext)

Initializes a new instance of the ValueInterval class.

Declaration
protected ValueInterval(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The data with property values of this object.

StreamingContext context