Try our conversational search powered by Generative AI!

Class RestrictionCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<Restriction>
RestrictionCollection
Implements
System.Collections.Generic.IList<Restriction>
System.Collections.Generic.ICollection<Restriction>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Restriction>
System.Collections.Generic.IReadOnlyCollection<Restriction>
System.Collections.Generic.IEnumerable<Restriction>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Add(EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Clear()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.CopyTo(EPiServer.Licensing.Restriction[], System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Contains(EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.GetEnumerator()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.IndexOf(EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Insert(System.Int32, EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Remove(EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.ClearItems()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.InsertItem(System.Int32, EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.SetItem(System.Int32, EPiServer.Licensing.Restriction)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Count
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Items
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.Item[System.Int32]
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.Generic.ICollection<EPiServer.Licensing.Restriction>.IsReadOnly
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<EPiServer.Licensing.Restriction>.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 RestrictionCollection : Collection<Restriction>, IList<Restriction>, ICollection<Restriction>, IList, ICollection, IReadOnlyList<Restriction>, IReadOnlyCollection<Restriction>, IEnumerable<Restriction>, IEnumerable

Constructors

RestrictionCollection()

Declaration
public RestrictionCollection()

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