[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesCollection

RulesCollection Class

Collection of rules of C1RulesEngine.

Inheritance
RulesCollection
Implements
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
public class RulesCollection : C1CachedDataCollectionList<RulesEngineRule>, IDisposable
Public Class RulesCollection
    Inherits C1CachedDataCollectionList(Of RulesEngineRule)
    Implements IDisposable

Properties

Name Description
DataCollection

Methods

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.