Try our conversational search powered by Generative AI!

Class RestrictionEntryCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<RestrictionEntry>
RestrictionEntryCollection
Implements
System.Collections.Generic.IList<RestrictionEntry>
System.Collections.Generic.ICollection<RestrictionEntry>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<RestrictionEntry>
System.Collections.Generic.IReadOnlyCollection<RestrictionEntry>
System.Collections.Generic.IEnumerable<RestrictionEntry>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Add(EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Clear()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.CopyTo(EPiServer.Licensing.RestrictionEntry[], System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Contains(EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.GetEnumerator()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.IndexOf(EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Insert(System.Int32, EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Remove(EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.ClearItems()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.InsertItem(System.Int32, EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.SetItem(System.Int32, EPiServer.Licensing.RestrictionEntry)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Count
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Items
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.Item[System.Int32]
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.Generic.ICollection<EPiServer.Licensing.RestrictionEntry>.IsReadOnly
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<EPiServer.Licensing.RestrictionEntry>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 11.20.7
Syntax
public sealed class RestrictionEntryCollection : Collection<RestrictionEntry>, IList<RestrictionEntry>, ICollection<RestrictionEntry>, IList, ICollection, IReadOnlyList<RestrictionEntry>, IReadOnlyCollection<RestrictionEntry>, IEnumerable<RestrictionEntry>, IEnumerable

Constructors

RestrictionEntryCollection()

Declaration
public RestrictionEntryCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable

Extension Methods