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 FormHandlerCollection

Represents form handler collection.

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

Constructors

FormHandlerCollection()

Initializes a new instance of the FormHandlerCollection class.

Declaration
public FormHandlerCollection()

Properties

Item[String]

Gets the FormHandler with the specified name.

Declaration
public FormHandler this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
FormHandler

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