AuthorizationRuleCollection Třída
Definice
Představuje kolekci AuthorizationRule objektů.Represents a collection of AuthorizationRule objects.
public ref class AuthorizationRuleCollection sealed : System::Collections::ReadOnlyCollectionBase
public ref class AuthorizationRuleCollection sealed : System::Collections::ICollection
public sealed class AuthorizationRuleCollection : System.Collections.ReadOnlyCollectionBase
public sealed class AuthorizationRuleCollection : System.Collections.ICollection
type AuthorizationRuleCollection = class
inherit ReadOnlyCollectionBase
type AuthorizationRuleCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class AuthorizationRuleCollection
Inherits ReadOnlyCollectionBase
Public NotInheritable Class AuthorizationRuleCollection
Implements ICollection
- Dědičnost
- Dědičnost
-
AuthorizationRuleCollection
- Implementuje
Konstruktory
AuthorizationRuleCollection() |
Inicializuje novou instanci AuthorizationRuleCollection třídy.Initializes a new instance of the AuthorizationRuleCollection class. |
Vlastnosti
Count |
Získá počet elementů obsažených v objektu ICollection.Gets the number of elements contained in the ICollection. |
Count |
Získá počet prvků obsažených v ReadOnlyCollectionBase instanci.Gets the number of elements contained in the ReadOnlyCollectionBase instance. (Zděděno od ReadOnlyCollectionBase) |
InnerList |
Získá seznam elementů obsažených v ReadOnlyCollectionBase instanci.Gets the list of elements contained in the ReadOnlyCollectionBase instance. (Zděděno od ReadOnlyCollectionBase) |
Item[Int32] |
Získá AuthorizationRule objekt v zadaném indexu kolekce.Gets the AuthorizationRule object at the specified index of the collection. |
Metody
AddRule(AuthorizationRule) |
Přidá AuthorizationRule objekt do kolekce.Adds an AuthorizationRule object to the collection. |
CopyTo(AuthorizationRule[], Int32) |
Zkopíruje obsah kolekce do pole.Copies the contents of the collection to an array. |
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetEnumerator() |
Vrátí enumerátor, který prochází ReadOnlyCollectionBase instancí.Returns an enumerator that iterates through the ReadOnlyCollectionBase instance. (Zděděno od ReadOnlyCollectionBase) |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
ICollection.CopyTo(Array, Int32) |
Zkopíruje prvky ICollection do a Array počínaje konkrétním Array indexem.Copies the elements of the ICollection to an Array, starting at a particular Array index. |
ICollection.CopyTo(Array, Int32) |
Zkopíruje celý ReadOnlyCollectionBase na kompatibilní jednorozměrné Array , počínaje zadaným indexem cílového pole.Copies the entire ReadOnlyCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Zděděno od ReadOnlyCollectionBase) |
ICollection.IsSynchronized |
Načte hodnotu, která označuje, jestli se má synchronizovat přístup k aplikaci (bezpečné pro přístup z ICollection více vláken).Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
ICollection.IsSynchronized |
Načte hodnotu, která označuje, jestli je přístup k ReadOnlyCollectionBase objektu synchronizovaný (bezpečná pro vlákno).Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). (Zděděno od ReadOnlyCollectionBase) |
ICollection.SyncRoot |
Získává objekt, který lze použít k synchronizaci přístupu k ICollection .Gets an object that can be used to synchronize access to the ICollection. |
ICollection.SyncRoot |
Získává objekt, který lze použít k synchronizaci přístupu k ReadOnlyCollectionBase objektu.Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. (Zděděno od ReadOnlyCollectionBase) |
IEnumerable.GetEnumerator() |
Vrací enumerátor procházející kolekci.Returns an enumerator that iterates through a collection. |
Metody rozšíření
Cast<TResult>(IEnumerable) |
Přetypování prvky IEnumerable na zadaný typ.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtruje prvky IEnumerable založené na zadaném typu.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Povoluje paralelní zpracování dotazu.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Převede IEnumerable na IQueryable .Converts an IEnumerable to an IQueryable. |