RuleDictionary 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 RuleDictionary sealed : Microsoft::RuleEngine::RuleEngineDictionary
[System.Serializable]
public sealed class RuleDictionary : Microsoft.RuleEngine.RuleEngineDictionary
type RuleDictionary = class
inherit RuleEngineDictionary
Public NotInheritable Class RuleDictionary
Inherits RuleEngineDictionary
- Herencia
- Atributos
Constructores
| RuleDictionary() |
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[String] | |
| Keys | (Heredado de RuleEngineDictionary) |
| SyncRoot | (Heredado de RuleEngineDictionary) |
| Values | (Heredado de RuleEngineDictionary) |
Métodos
| Add(Object, Object) | (Heredado de RuleEngineDictionary) |
| Add(Rule) | |
| Clear() | (Heredado de RuleEngineDictionary) |
| Clone() | |
| Contains(Object) | (Heredado de RuleEngineDictionary) |
| CopyTo(Array, Int32) | (Heredado de RuleEngineDictionary) |
| CopyTo(Rule[], Int32) | |
| GetEnumerator() | (Heredado de RuleEngineDictionary) |
| Remove(Object) | (Heredado de RuleEngineDictionary) |
| Remove(Rule) | |
| Remove(String) | |
Implementaciones de interfaz explícitas
| IEnumerable.GetEnumerator() | (Heredado de RuleEngineDictionary) |