A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ConditionElementCollection

Represents ConditionElementCollection.

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

Constructors

ConditionElementCollection()

Initializes a new instance of the ConditionElementCollection class.

Declaration
public ConditionElementCollection()

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