共用方式為


RuleSetInfoCollection 類別

定義

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
繼承
RuleSetInfoCollection
屬性

建構函式

RuleSetInfoCollection()
RuleSetInfoCollection(ICollection)

屬性

Count (繼承來源 RuleEngineCollection)
IsFixedSize (繼承來源 RuleEngineCollection)
IsReadOnly (繼承來源 RuleEngineCollection)
IsSynchronized (繼承來源 RuleEngineCollection)
Item[Int32]
ItemType (繼承來源 RuleEngineCollection)
SyncRoot (繼承來源 RuleEngineCollection)

方法

Add(Object) (繼承來源 RuleEngineCollection)
Add(RuleSetInfo)
AddRange(ICollection)
Clear() (繼承來源 RuleEngineCollection)
Clone()
Contains(Object) (繼承來源 RuleEngineCollection)
Contains(RuleSetInfo)
CopyTo(Array, Int32) (繼承來源 RuleEngineCollection)
CopyTo(RuleSetInfo[], Int32)
GetEnumerator() (繼承來源 RuleEngineCollection)
IndexOf(Object) (繼承來源 RuleEngineCollection)
IndexOf(RuleSetInfo)
Insert(Int32, Object) (繼承來源 RuleEngineCollection)
Insert(Int32, RuleSetInfo)
Remove(Object) (繼承來源 RuleEngineCollection)
Remove(RuleSetInfo)
RemoveAt(Int32) (繼承來源 RuleEngineCollection)

適用於