RuleSetInfoCollection Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- Ereditarietà
- Attributi
Costruttori
RuleSetInfoCollection() | |
RuleSetInfoCollection(ICollection) |
Proprietà
Count | (Ereditato da RuleEngineCollection) |
IsFixedSize | (Ereditato da RuleEngineCollection) |
IsReadOnly | (Ereditato da RuleEngineCollection) |
IsSynchronized | (Ereditato da RuleEngineCollection) |
Item[Int32] | |
ItemType | (Ereditato da RuleEngineCollection) |
SyncRoot | (Ereditato da RuleEngineCollection) |
Metodi
Add(Object) | (Ereditato da RuleEngineCollection) |
Add(RuleSetInfo) | |
AddRange(ICollection) | |
Clear() | (Ereditato da RuleEngineCollection) |
Clone() | |
Contains(Object) | (Ereditato da RuleEngineCollection) |
Contains(RuleSetInfo) | |
CopyTo(Array, Int32) | (Ereditato da RuleEngineCollection) |
CopyTo(RuleSetInfo[], Int32) | |
GetEnumerator() | (Ereditato da RuleEngineCollection) |
IndexOf(Object) | (Ereditato da RuleEngineCollection) |
IndexOf(RuleSetInfo) | |
Insert(Int32, Object) | (Ereditato da RuleEngineCollection) |
Insert(Int32, RuleSetInfo) | |
Remove(Object) | (Ereditato da RuleEngineCollection) |
Remove(RuleSetInfo) | |
RemoveAt(Int32) | (Ereditato da RuleEngineCollection) |