RuleSetDictionary 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 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
- Herança
- Atributos
Construtores
RuleSetDictionary() |
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[RuleSetInfo] | |
Item[String] | |
Keys | (Herdado de RuleEngineDictionary) |
SyncRoot | (Herdado de RuleEngineDictionary) |
Values | (Herdado de RuleEngineDictionary) |
Métodos
Add(Object, Object) | (Herdado de RuleEngineDictionary) |
Add(RuleSet) | |
Clear() | (Herdado de RuleEngineDictionary) |
Clone() | |
Contains(Object) | (Herdado de RuleEngineDictionary) |
Contains(RuleSet) | |
Contains(RuleSetInfo) | |
Contains(String) | |
CopyTo(Array, Int32) | (Herdado de RuleEngineDictionary) |
CopyTo(RuleSet[], Int32) | |
GetEnumerator() | (Herdado de RuleEngineDictionary) |
Remove(Object) | (Herdado de RuleEngineDictionary) |
Remove(RuleSet) | |
Remove(RuleSetInfo) | |
Remove(String) |
Implantações explícitas de interface
IEnumerable.GetEnumerator() | (Herdado de RuleEngineDictionary) |