RuleSetInfoCollection 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 RuleSetInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class RuleSetInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type RuleSetInfoCollection = class
inherit RuleEngineCollection
Public NotInheritable Class RuleSetInfoCollection
Inherits RuleEngineCollection
- Herança
- Atributos
Construtores
RuleSetInfoCollection() | |
RuleSetInfoCollection(ICollection) |
Propriedades
Count | (Herdado de RuleEngineCollection) |
IsFixedSize | (Herdado de RuleEngineCollection) |
IsReadOnly | (Herdado de RuleEngineCollection) |
IsSynchronized | (Herdado de RuleEngineCollection) |
Item[Int32] | |
ItemType | (Herdado de RuleEngineCollection) |
SyncRoot | (Herdado de RuleEngineCollection) |
Métodos
Add(Object) | (Herdado de RuleEngineCollection) |
Add(RuleSetInfo) | |
AddRange(ICollection) | |
Clear() | (Herdado de RuleEngineCollection) |
Clone() | |
Contains(Object) | (Herdado de RuleEngineCollection) |
Contains(RuleSetInfo) | |
CopyTo(Array, Int32) | (Herdado de RuleEngineCollection) |
CopyTo(RuleSetInfo[], Int32) | |
GetEnumerator() | (Herdado de RuleEngineCollection) |
IndexOf(Object) | (Herdado de RuleEngineCollection) |
IndexOf(RuleSetInfo) | |
Insert(Int32, Object) | (Herdado de RuleEngineCollection) |
Insert(Int32, RuleSetInfo) | |
Remove(Object) | (Herdado de RuleEngineCollection) |
Remove(RuleSetInfo) | |
RemoveAt(Int32) | (Herdado de RuleEngineCollection) |