[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSegmentsCollection

RulesEngineSegmentsCollection Class

Collection of RulesEngineSegment's.

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

Properties

Name Description
DataCollection

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)
OnItemLoaded(object, CacheDataCollectionItemEventArgs<RulesEngineSegment>)

Called when an item is loaded into the collection.

OnItemUnloaded(object, CacheDataCollectionItemEventArgs<RulesEngineSegment>)

Called when an item is unloaded from the collection.