[]
Collection of RulesEngineRule.
[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
| Name | Description |
|---|---|
| RulesEngineRangeCollection() |
| 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. |
| Name | Description |
|---|---|
| implicit operator RulesEngineRangeCollection(string) | Casting operator to convert a string into a RulesEngineRangeCollection. |