LogicalExpressionCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Héritage
- Attributs
Constructeurs
LogicalExpressionCollection() | |
LogicalExpressionCollection(ICollection) |
Propriétés
Count | (Hérité de RuleEngineCollection) |
IsFixedSize | (Hérité de RuleEngineCollection) |
IsReadOnly | (Hérité de RuleEngineCollection) |
IsSynchronized | (Hérité de RuleEngineCollection) |
Item[Int32] | |
ItemType | (Hérité de RuleEngineCollection) |
SyncRoot | (Hérité de RuleEngineCollection) |
Méthodes
Add(LogicalExpression) | |
Add(Object) | (Hérité de RuleEngineCollection) |
AddRange(ICollection) | |
Clear() | (Hérité de RuleEngineCollection) |
Clone() | |
Contains(LogicalExpression) | |
Contains(Object) | (Hérité de RuleEngineCollection) |
CopyTo(Array, Int32) | (Hérité de RuleEngineCollection) |
CopyTo(LogicalExpression[], Int32) | |
GetEnumerator() | (Hérité de RuleEngineCollection) |
IndexOf(LogicalExpression) | |
IndexOf(Object) | (Hérité de RuleEngineCollection) |
Insert(Int32, LogicalExpression) | |
Insert(Int32, Object) | (Hérité de RuleEngineCollection) |
Remove(LogicalExpression) | |
Remove(Object) | (Hérité de RuleEngineCollection) |
RemoveAt(Int32) | (Hérité de RuleEngineCollection) |