[]
        
(Showing Draft Content)

C1.Win.RulesManager.ItemRange

ItemRange Class

Represents a rang of rows.

Inheritance
ItemRange
Namespace: C1.Win.RulesManager
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public class ItemRange : BaseNotifyPropertyChanged, IItemRange, IEquatable<IItemRange>, INotifyPropertyChanged, ICloneable, IXmlSerializable

Constructors

Name Description
ItemRange()

Initializes a new instance of the ItemRange.

ItemRange(ItemRange)

Initializes a new instance of the ItemRange.

ItemRange(int, int)

Initializes a new instance of the ItemRange.

ItemRange(string)

Initializes a new instance of the ItemRange.

Properties

Name Description
FirstItem

The first item index in the range.

LastItem

The last item index in the range.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Equals(IItemRange)

Indicates whether the current object is equal to another object of the same type.

Equals(object)
GetHashCode()
IsInRange(int, string)

Returns a value indicating whether the specified cell is in the range.

ReadXml(XmlReader)

Generates an ItemRange from its XML representation.

SetRange(int, int, params string[])

Set a range of items.

ToString()

Returns a string that represents the current object.

WriteXml(XmlWriter)

Converts an ItemRange into its XML representation.