[]
        
(Showing Draft Content)

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

ValueInterval Constructor

ValueInterval()

Initializes a new instance of the ValueInterval class.

Declaration
public ValueInterval()
Public Sub New()

ValueInterval(object, object, bool, bool)

Initializes a new instance of the ValueInterval class.

Declaration
public ValueInterval(object minValue, object maxValue, bool includeMin, bool includeMax)
Public Sub New(minValue As Object, maxValue As Object, includeMin As Boolean, includeMax As Boolean)
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)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The data with property values of this object.

StreamingContext context