[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.ItemRangeCollection

ItemRangeCollection Class

Represents collection of item ranges.

Inheritance
ItemRangeCollection
Namespace: C1.Win.RulesManager.Model
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public class ItemRangeCollection : BindingList<IItemRange>, IReadOnlyList<IItemRange>, IReadOnlyCollection<IItemRange>, IBindingList, IList, ICollection, ICancelAddNew, IRaiseItemChangedEvents, IItemRangeCollection, IList<IItemRange>, ICollection<IItemRange>, IEnumerable<IItemRange>, IEnumerable, ICloneable

Constructors

Name Description
ItemRangeCollection()

Initializes a new instance of the ItemRangeCollection.

ItemRangeCollection(ItemRangeCollection)

Initializes a new instance of the ItemRangeCollection.

Methods

Name Description
AddRange(IEnumerable<IItemRange>)

Adds the IItemRange elements of the specified collection to the end of the collection.

Clone()

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

SetRange(string)

Tries to parse text into the IItemRange object or list of objects and fill out the collection.

ToString()