RuleSetInfoCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- Warisan
- Atribut
Konstruktor
| RuleSetInfoCollection() | |
| RuleSetInfoCollection(ICollection) |
Properti
| Count | (Diperoleh dari RuleEngineCollection) |
| IsFixedSize | (Diperoleh dari RuleEngineCollection) |
| IsReadOnly | (Diperoleh dari RuleEngineCollection) |
| IsSynchronized | (Diperoleh dari RuleEngineCollection) |
| Item[Int32] | |
| ItemType | (Diperoleh dari RuleEngineCollection) |
| SyncRoot | (Diperoleh dari RuleEngineCollection) |
Metode
| Add(Object) | (Diperoleh dari RuleEngineCollection) |
| Add(RuleSetInfo) | |
| AddRange(ICollection) | |
| Clear() | (Diperoleh dari RuleEngineCollection) |
| Clone() | |
| Contains(Object) | (Diperoleh dari RuleEngineCollection) |
| Contains(RuleSetInfo) | |
| CopyTo(Array, Int32) | (Diperoleh dari RuleEngineCollection) |
| CopyTo(RuleSetInfo[], Int32) | |
| GetEnumerator() | (Diperoleh dari RuleEngineCollection) |
| IndexOf(Object) | (Diperoleh dari RuleEngineCollection) |
| IndexOf(RuleSetInfo) | |
| Insert(Int32, Object) | (Diperoleh dari RuleEngineCollection) |
| Insert(Int32, RuleSetInfo) | |
| Remove(Object) | (Diperoleh dari RuleEngineCollection) |
| Remove(RuleSetInfo) | |
| RemoveAt(Int32) | (Diperoleh dari RuleEngineCollection) |