[]
Collection of rules of C1RulesEngine.
public class RulesCollection : C1CachedDataCollectionList<RulesEngineRule>, IDisposable
Public Class RulesCollection
Inherits C1CachedDataCollectionList(Of RulesEngineRule)
Implements IDisposable
| Name | Description |
|---|---|
| DataCollection |
| Name | Description |
|---|---|
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | |
| OnItemLoaded(object, CacheDataCollectionItemEventArgs<RulesEngineRule>) | Called when an item is loaded into the collection. |
| OnItemUnloaded(object, CacheDataCollectionItemEventArgs<RulesEngineRule>) | Called when an item is unloaded from the collection. |