다음을 통해 공유


LogicalExpressionCollection 클래스

정의

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
상속
LogicalExpressionCollection
특성

생성자

LogicalExpressionCollection()
LogicalExpressionCollection(ICollection)

속성

Count (다음에서 상속됨 RuleEngineCollection)
IsFixedSize (다음에서 상속됨 RuleEngineCollection)
IsReadOnly (다음에서 상속됨 RuleEngineCollection)
IsSynchronized (다음에서 상속됨 RuleEngineCollection)
Item[Int32]
ItemType (다음에서 상속됨 RuleEngineCollection)
SyncRoot (다음에서 상속됨 RuleEngineCollection)

메서드

Add(LogicalExpression)
Add(Object) (다음에서 상속됨 RuleEngineCollection)
AddRange(ICollection)
Clear() (다음에서 상속됨 RuleEngineCollection)
Clone()
Contains(LogicalExpression)
Contains(Object) (다음에서 상속됨 RuleEngineCollection)
CopyTo(Array, Int32) (다음에서 상속됨 RuleEngineCollection)
CopyTo(LogicalExpression[], Int32)
GetEnumerator() (다음에서 상속됨 RuleEngineCollection)
IndexOf(LogicalExpression)
IndexOf(Object) (다음에서 상속됨 RuleEngineCollection)
Insert(Int32, LogicalExpression)
Insert(Int32, Object) (다음에서 상속됨 RuleEngineCollection)
Remove(LogicalExpression)
Remove(Object) (다음에서 상속됨 RuleEngineCollection)
RemoveAt(Int32) (다음에서 상속됨 RuleEngineCollection)

적용 대상