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 ColumnPropertiesCollection

Represents .

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

Constructors

ColumnPropertiesCollection()

Initializes a new instance of the ColumnPropertiesCollection class.

Declaration
public ColumnPropertiesCollection()

Methods

Contains(String)

Determines whether [contains] [the specified field name].

Declaration
public bool Contains(string fieldName)
Parameters
Type Name Description
System.String fieldName

Name of the field.

Returns
Type Description
System.Boolean

true if [contains] [the specified field name]; otherwise, false.

GetProperties(String)

Gets the properties.

Declaration
public ColumnProperties GetProperties(string fieldName)
Parameters
Type Name Description
System.String fieldName

Name of the field.

Returns
Type Description
ColumnProperties

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