Share via


RuleSetInfoCollection Class

Definition

public ref class RuleSetInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class RuleSetInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type RuleSetInfoCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class RuleSetInfoCollection
Inherits RuleEngineCollection
Inheritance
RuleSetInfoCollection
Attributes

Constructors

RuleSetInfoCollection()
RuleSetInfoCollection(ICollection)

Properties

Count (Inherited from RuleEngineCollection)
IsFixedSize (Inherited from RuleEngineCollection)
IsReadOnly (Inherited from RuleEngineCollection)
IsSynchronized (Inherited from RuleEngineCollection)
Item[Int32]
ItemType (Inherited from RuleEngineCollection)
SyncRoot (Inherited from RuleEngineCollection)

Methods

Add(Object) (Inherited from RuleEngineCollection)
Add(RuleSetInfo)
AddRange(ICollection)
Clear() (Inherited from RuleEngineCollection)
Clone()
Contains(Object) (Inherited from RuleEngineCollection)
Contains(RuleSetInfo)
CopyTo(Array, Int32) (Inherited from RuleEngineCollection)
CopyTo(RuleSetInfo[], Int32)
GetEnumerator() (Inherited from RuleEngineCollection)
IndexOf(Object) (Inherited from RuleEngineCollection)
IndexOf(RuleSetInfo)
Insert(Int32, Object) (Inherited from RuleEngineCollection)
Insert(Int32, RuleSetInfo)
Remove(Object) (Inherited from RuleEngineCollection)
Remove(RuleSetInfo)
RemoveAt(Int32) (Inherited from RuleEngineCollection)

Applies to