[]
        
(Showing Draft Content)

C1.Win.RulesManager.FieldRange

FieldRange Class

Represents a range of field names.

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

Constructors

Name Description
FieldRange()

Initializes a new instance of the FieldRange.

FieldRange(FieldRange)

Initializes a new instance of the FieldRange.

FieldRange(IEnumerable<string>)

Initializes a new instance of the FieldRange.

FieldRange(string)

Initializes a new instance of the FieldRange.

FieldRange(params string[])

Initializes a new instance of the FieldRange.

Properties

Name Description
Fields

The array of the field names.

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 FieldRange 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 FieldRange into its XML representation.