Share via


AuthorizationGroupEntryCollection Class

Definition

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
Inheritance
AuthorizationGroupEntryCollection
Attributes

Constructors

AuthorizationGroupEntryCollection()
AuthorizationGroupEntryCollection(ICollection)

Properties

Count (Inherited from RuleEngineCollection)
IsFixedSize (Inherited from RuleEngineCollection)
IsReadOnly (Inherited from RuleEngineCollection)
IsSynchronized (Inherited from RuleEngineCollection)
Item[Int32]
ItemType (Inherited from RuleEngineCollection)
SyncRoot (Inherited from RuleEngineCollection)

Methods

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

Applies to