次の方法で共有


AuthorizationGroupEntryCollection クラス

定義

public ref class AuthorizationGroupEntryCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class AuthorizationGroupEntryCollection : Microsoft.RuleEngine.RuleEngineCollection
type AuthorizationGroupEntryCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class AuthorizationGroupEntryCollection
Inherits RuleEngineCollection
継承
AuthorizationGroupEntryCollection
属性

コンストラクター

AuthorizationGroupEntryCollection()
AuthorizationGroupEntryCollection(ICollection)

プロパティ

Count (継承元 RuleEngineCollection)
IsFixedSize (継承元 RuleEngineCollection)
IsReadOnly (継承元 RuleEngineCollection)
IsSynchronized (継承元 RuleEngineCollection)
Item[Int32]
ItemType (継承元 RuleEngineCollection)
SyncRoot (継承元 RuleEngineCollection)

メソッド

Add(AuthorizationGroupEntry)
Add(Object) (継承元 RuleEngineCollection)
AddRange(ICollection)
Clear() (継承元 RuleEngineCollection)
Clone()
Contains(AuthorizationGroupEntry)
Contains(Object) (継承元 RuleEngineCollection)
CopyTo(Array, Int32) (継承元 RuleEngineCollection)
CopyTo(AuthorizationGroupEntry[], Int32)
GetEnumerator() (継承元 RuleEngineCollection)
IndexOf(AuthorizationGroupEntry)
IndexOf(Object) (継承元 RuleEngineCollection)
Insert(Int32, AuthorizationGroupEntry)
Insert(Int32, Object) (継承元 RuleEngineCollection)
Remove(AuthorizationGroupEntry)
Remove(Object) (継承元 RuleEngineCollection)
RemoveAt(Int32) (継承元 RuleEngineCollection)

適用対象