[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRangeCollection

RulesEngineRangeCollection Class

Collection of RulesEngineRule.

Inheritance
RulesEngineRangeCollection
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
[TypeConverter(typeof(RulesEngineRangeCollectionTypeConverter))]
public class RulesEngineRangeCollection : ObservableCollection<RulesEngineRange>, IList<RulesEngineRange>, ICollection<RulesEngineRange>, IList, ICollection, IReadOnlyList<RulesEngineRange>, IReadOnlyCollection<RulesEngineRange>, IEnumerable<RulesEngineRange>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
<TypeConverter(GetType(RulesEngineRangeCollectionTypeConverter))>
Public Class RulesEngineRangeCollection
    Inherits ObservableCollection(Of RulesEngineRange)
    Implements IList(Of RulesEngineRange), ICollection(Of RulesEngineRange), IList, ICollection, IReadOnlyList(Of RulesEngineRange), IReadOnlyCollection(Of RulesEngineRange), IEnumerable(Of RulesEngineRange), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
RulesEngineRangeCollection()

Methods

Name Description
Equals(object)
GetHashCode()
Parse(string)

Parses a string into a collection of RulesEngineRange.

ToString()
TryParse(string, out RulesEngineRangeCollection)

Parses a string into a collection of RulesEngineRange.

Operators

Name Description
implicit operator RulesEngineRangeCollection(string)

Casting operator to convert a string into a RulesEngineRangeCollection.