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: 12.17.2Syntax
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 |
|
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