RuleSetInfoCollection Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- Dziedziczenie
- Atrybuty
Konstruktory
| RuleSetInfoCollection() | |
| RuleSetInfoCollection(ICollection) |
Właściwości
| Count | (Odziedziczone po RuleEngineCollection) |
| IsFixedSize | (Odziedziczone po RuleEngineCollection) |
| IsReadOnly | (Odziedziczone po RuleEngineCollection) |
| IsSynchronized | (Odziedziczone po RuleEngineCollection) |
| Item[Int32] | |
| ItemType | (Odziedziczone po RuleEngineCollection) |
| SyncRoot | (Odziedziczone po RuleEngineCollection) |
Metody
| Add(Object) | (Odziedziczone po RuleEngineCollection) |
| Add(RuleSetInfo) | |
| AddRange(ICollection) | |
| Clear() | (Odziedziczone po RuleEngineCollection) |
| Clone() | |
| Contains(Object) | (Odziedziczone po RuleEngineCollection) |
| Contains(RuleSetInfo) | |
| CopyTo(Array, Int32) | (Odziedziczone po RuleEngineCollection) |
| CopyTo(RuleSetInfo[], Int32) | |
| GetEnumerator() | (Odziedziczone po RuleEngineCollection) |
| IndexOf(Object) | (Odziedziczone po RuleEngineCollection) |
| IndexOf(RuleSetInfo) | |
| Insert(Int32, Object) | (Odziedziczone po RuleEngineCollection) |
| Insert(Int32, RuleSetInfo) | |
| Remove(Object) | (Odziedziczone po RuleEngineCollection) |
| Remove(RuleSetInfo) | |
| RemoveAt(Int32) | (Odziedziczone po RuleEngineCollection) |