RuleSetDictionary Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class RuleSetDictionary sealed : Microsoft::RuleEngine::RuleEngineDictionary
[System.Serializable]
public sealed class RuleSetDictionary : Microsoft.RuleEngine.RuleEngineDictionary
type RuleSetDictionary = class
inherit RuleEngineDictionary
Public NotInheritable Class RuleSetDictionary
Inherits RuleEngineDictionary
- Herencia
- Atributos
Constructores
RuleSetDictionary() |
Propiedades
Count | (Heredado de RuleEngineDictionary) |
DictionaryItemType | (Heredado de RuleEngineDictionary) |
DictionaryKeyType | (Heredado de RuleEngineDictionary) |
IsFixedSize | (Heredado de RuleEngineDictionary) |
IsReadOnly | (Heredado de RuleEngineDictionary) |
IsSynchronized | (Heredado de RuleEngineDictionary) |
Item[Object] | (Heredado de RuleEngineDictionary) |
Item[RuleSetInfo] | |
Item[String] | |
Keys | (Heredado de RuleEngineDictionary) |
SyncRoot | (Heredado de RuleEngineDictionary) |
Values | (Heredado de RuleEngineDictionary) |
Métodos
Add(Object, Object) | (Heredado de RuleEngineDictionary) |
Add(RuleSet) | |
Clear() | (Heredado de RuleEngineDictionary) |
Clone() | |
Contains(Object) | (Heredado de RuleEngineDictionary) |
Contains(RuleSet) | |
Contains(RuleSetInfo) | |
Contains(String) | |
CopyTo(Array, Int32) | (Heredado de RuleEngineDictionary) |
CopyTo(RuleSet[], Int32) | |
GetEnumerator() | (Heredado de RuleEngineDictionary) |
Remove(Object) | (Heredado de RuleEngineDictionary) |
Remove(RuleSet) | |
Remove(RuleSetInfo) | |
Remove(String) |
Implementaciones de interfaz explícitas
IEnumerable.GetEnumerator() | (Heredado de RuleEngineDictionary) |