London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PluginInfoCollection

Represents plugin info collection.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<PluginInfo>
PluginInfoCollection
Implements
System.Collections.Generic.IList<PluginInfo>
System.Collections.Generic.ICollection<PluginInfo>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<PluginInfo>
System.Collections.Generic.IReadOnlyCollection<PluginInfo>
System.Collections.Generic.IEnumerable<PluginInfo>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Add(Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Clear()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.CopyTo(Mediachase.BusinessFoundation.Data.Business.PluginInfo[], System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Contains(Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.IndexOf(Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Remove(Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.ClearItems()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.InsertItem(System.Int32, Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.SetItem(System.Int32, Mediachase.BusinessFoundation.Data.Business.PluginInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Count
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Items
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.PluginInfo>.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: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public class PluginInfoCollection : Collection<PluginInfo>, IList<PluginInfo>, ICollection<PluginInfo>, IList, ICollection, IReadOnlyList<PluginInfo>, IReadOnlyCollection<PluginInfo>, IEnumerable<PluginInfo>, IEnumerable

Constructors

PluginInfoCollection()

Initializes a new instance of the PluginInfoCollection class.

Declaration
public PluginInfoCollection()

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