Show / Hide Table of Contents

Class ConfigItemCollection

Inheritance
System.Object
System.Collections.Generic.List<ConfigItem>
DataObjectCollection<ConfigItem>
ConfigItemCollection
ClarifyConfigItemCollection
Implements
System.Collections.Generic.IList<ConfigItem>
System.Collections.Generic.ICollection<ConfigItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ConfigItem>
System.Collections.Generic.IReadOnlyCollection<ConfigItem>
System.Collections.Generic.IEnumerable<ConfigItem>
System.Collections.IEnumerable
Inherited Members
DataObjectCollection<ConfigItem>.Initialize(DataTable)
DataObjectCollection<ConfigItem>.Initialize(DataRow[])
DataObjectCollection<ConfigItem>.Initialize(Object[][])
DataObjectCollection<ConfigItem>.AddDataObject(ConfigItem)
DataObjectCollection<ConfigItem>.OnDataObjectAdded(ConfigItem)
DataObjectCollection<ConfigItem>.GetItemByIndex(Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Add(FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.AddRange(System.Collections.Generic.IEnumerable<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.AsReadOnly()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.BinarySearch(System.Int32, System.Int32, FChoice.Foundation.DataObjects.ConfigItem, System.Collections.Generic.IComparer<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.BinarySearch(FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.BinarySearch(FChoice.Foundation.DataObjects.ConfigItem, System.Collections.Generic.IComparer<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Clear()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Contains(FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.ConvertAll<TOutput>(System.Converter<FChoice.Foundation.DataObjects.ConfigItem, TOutput>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.CopyTo(FChoice.Foundation.DataObjects.ConfigItem[])
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.CopyTo(System.Int32, FChoice.Foundation.DataObjects.ConfigItem[], System.Int32, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.CopyTo(FChoice.Foundation.DataObjects.ConfigItem[], System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Exists(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Find(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindAll(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindIndex(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindIndex(System.Int32, System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindIndex(System.Int32, System.Int32, System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindLast(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindLastIndex(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindLastIndex(System.Int32, System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.FindLastIndex(System.Int32, System.Int32, System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.ForEach(System.Action<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.GetEnumerator()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.Generic.IEnumerable<FChoice.Foundation.DataObjects.ConfigItem>.GetEnumerator()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.IndexOf(FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.IndexOf(FChoice.Foundation.DataObjects.ConfigItem, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.IndexOf(FChoice.Foundation.DataObjects.ConfigItem, System.Int32, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Insert(System.Int32, FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.LastIndexOf(FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.LastIndexOf(FChoice.Foundation.DataObjects.ConfigItem, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.LastIndexOf(FChoice.Foundation.DataObjects.ConfigItem, System.Int32, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Remove(FChoice.Foundation.DataObjects.ConfigItem)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.RemoveAll(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.RemoveAt(System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Reverse()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Sort()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Sort(System.Collections.Generic.IComparer<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Sort(System.Comparison<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.ToArray()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.TrimExcess()
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.TrueForAll(System.Predicate<FChoice.Foundation.DataObjects.ConfigItem>)
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Capacity
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Count
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.Generic.ICollection<FChoice.Foundation.DataObjects.ConfigItem>.IsReadOnly
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.Item[System.Int32]
System.Collections.Generic.List<FChoice.Foundation.DataObjects.ConfigItem>.System.Collections.IList.Item[System.Int32]
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: FChoice.Foundation.DataObjects
Assembly: fcSDK.dll
Syntax
public abstract class ConfigItemCollection : DataObjectCollection<ConfigItem>, IList<ConfigItem>, ICollection<ConfigItem>, IList, ICollection, IReadOnlyList<ConfigItem>, IReadOnlyCollection<ConfigItem>, IEnumerable<ConfigItem>, IEnumerable

Constructors

ConfigItemCollection(DataTable)

Declaration
protected ConfigItemCollection(DataTable table)
Parameters
Type Name Description
System.Data.DataTable table

ConfigItemCollection(Object[][])

Declaration
protected ConfigItemCollection(object[][] fieldData)
Parameters
Type Name Description
System.Object[][] fieldData

Properties

Item[String]

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

Methods

Create(DataRow)

Declaration
protected override ConfigItem Create(DataRow row)
Parameters
Type Name Description
System.Data.DataRow row
Returns
Type Description
ConfigItem
Overrides
FChoice.Foundation.DataObjects.DataObjectCollection<FChoice.Foundation.DataObjects.ConfigItem>.Create(System.Data.DataRow)

Create(Object[])

Declaration
protected override ConfigItem Create(object[] fieldData)
Parameters
Type Name Description
System.Object[] fieldData
Returns
Type Description
ConfigItem
Overrides
FChoice.Foundation.DataObjects.DataObjectCollection<FChoice.Foundation.DataObjects.ConfigItem>.Create(System.Object[])

CreateConfigItem(DataRow)

Declaration
protected abstract ConfigItem CreateConfigItem(DataRow row)
Parameters
Type Name Description
System.Data.DataRow row
Returns
Type Description
ConfigItem

CreateConfigItem(Object[])

Declaration
protected abstract ConfigItem CreateConfigItem(object[] fieldData)
Parameters
Type Name Description
System.Object[] fieldData
Returns
Type Description
ConfigItem

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
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.