SaaS CMS has officially launched! Learn more now.

Class MethodHandlerInfoCollection

Represents method handler info collection.

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

Constructors

MethodHandlerInfoCollection()

Initializes a new instance of the MethodHandlerInfoCollection class.

Declaration
public MethodHandlerInfoCollection()

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