Share via


AuthorizationGroupCollection Class

Definition

public ref class AuthorizationGroupCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class AuthorizationGroupCollection : Microsoft.RuleEngine.RuleEngineCollection
type AuthorizationGroupCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class AuthorizationGroupCollection
Inherits RuleEngineCollection
Inheritance
AuthorizationGroupCollection
Attributes

Constructors

AuthorizationGroupCollection()
AuthorizationGroupCollection(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(AuthorizationGroup)
Add(Object) (Inherited from RuleEngineCollection)
AddRange(ICollection)
Clear() (Inherited from RuleEngineCollection)
Clone()
Contains(AuthorizationGroup)
Contains(Object) (Inherited from RuleEngineCollection)
CopyTo(Array, Int32) (Inherited from RuleEngineCollection)
CopyTo(AuthorizationGroup[], Int32)
GetEnumerator() (Inherited from RuleEngineCollection)
IndexOf(AuthorizationGroup)
IndexOf(Object) (Inherited from RuleEngineCollection)
Insert(Int32, AuthorizationGroup)
Insert(Int32, Object) (Inherited from RuleEngineCollection)
Remove(AuthorizationGroup)
Remove(Object) (Inherited from RuleEngineCollection)
RemoveAt(Int32) (Inherited from RuleEngineCollection)

Operators

Explicit(AuthorizationGroupCollection to AuthorizationGroup[])

Applies to