Share via


LogicalExpressionCollection Class

Definition

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

Constructors

LogicalExpressionCollection()
LogicalExpressionCollection(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(LogicalExpression)
Add(Object) (Inherited from RuleEngineCollection)
AddRange(ICollection)
Clear() (Inherited from RuleEngineCollection)
Clone()
Contains(LogicalExpression)
Contains(Object) (Inherited from RuleEngineCollection)
CopyTo(Array, Int32) (Inherited from RuleEngineCollection)
CopyTo(LogicalExpression[], Int32)
GetEnumerator() (Inherited from RuleEngineCollection)
IndexOf(LogicalExpression)
IndexOf(Object) (Inherited from RuleEngineCollection)
Insert(Int32, LogicalExpression)
Insert(Int32, Object) (Inherited from RuleEngineCollection)
Remove(LogicalExpression)
Remove(Object) (Inherited from RuleEngineCollection)
RemoveAt(Int32) (Inherited from RuleEngineCollection)

Applies to