[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.IItemRangeCollection

IItemRangeCollection Interface

Represents collection of item ranges.

Namespace: C1.Win.RulesManager.Model
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public interface IItemRangeCollection : IList<IItemRange>, ICollection<IItemRange>, IEnumerable<IItemRange>, IEnumerable

Methods

Name Description
AddRange(IEnumerable<IItemRange>)

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

SetRange(string)

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