RuleDictionary Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Herança
- Atributos
Construtores
RuleDictionary() |
Propriedades
Count | (Herdado de RuleEngineDictionary) |
DictionaryItemType | (Herdado de RuleEngineDictionary) |
DictionaryKeyType | (Herdado de RuleEngineDictionary) |
IsFixedSize | (Herdado de RuleEngineDictionary) |
IsReadOnly | (Herdado de RuleEngineDictionary) |
IsSynchronized | (Herdado de RuleEngineDictionary) |
Item[Object] | (Herdado de RuleEngineDictionary) |
Item[String] | |
Keys | (Herdado de RuleEngineDictionary) |
SyncRoot | (Herdado de RuleEngineDictionary) |
Values | (Herdado de RuleEngineDictionary) |
Métodos
Add(Object, Object) | (Herdado de RuleEngineDictionary) |
Add(Rule) | |
Clear() | (Herdado de RuleEngineDictionary) |
Clone() | |
Contains(Object) | (Herdado de RuleEngineDictionary) |
CopyTo(Array, Int32) | (Herdado de RuleEngineDictionary) |
CopyTo(Rule[], Int32) | |
GetEnumerator() | (Herdado de RuleEngineDictionary) |
Remove(Object) | (Herdado de RuleEngineDictionary) |
Remove(Rule) | |
Remove(String) |
Implantações explícitas de interface
IEnumerable.GetEnumerator() | (Herdado de RuleEngineDictionary) |