Class RangeSeqSet

RangeSeqSet class

Container with range of values to search.

public class RangeSeqSet : SequenceSetBaseValue

Constructors

NameDescription
RangeSeqSet()Initializes a new instance of the RangeSeqSet class.
RangeSeqSet(SimpleSeqSet)Initializes a new instance of the RangeSeqSet class.
RangeSeqSet(string)Initializes a new instance of the RangeSeqSet class.
RangeSeqSet(SimpleSeqSet, SimpleSeqSet)Initializes a new instance of the RangeSeqSet class.
RangeSeqSet(string, string)Initializes a new instance of the RangeSeqSet class.

Properties

NameDescription
EndRange { get; set; }Gets or sets ending boundary of the range to search
StartRange { get; set; }Gets or sets starting boundary of the range to search

Methods

NameDescription
override ToString()Returns a string that represents the current object.
implicit operatorImplicit conversion operation from RangeSeqSet to String

See Also