Show / Hide Table of Contents

Class ClarifyConfigItemCollection

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
ConfigItemCollection.Create(DataRow)
ConfigItemCollection.Create(Object[])
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.Clarify.DataObjects
Assembly: fcSDK.dll
Syntax
public class ClarifyConfigItemCollection : ConfigItemCollection, IList<ConfigItem>, ICollection<ConfigItem>, IList, ICollection, IReadOnlyList<ConfigItem>, IReadOnlyCollection<ConfigItem>, IEnumerable<ConfigItem>, IEnumerable

Properties

Item[String]

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

Methods

CreateConfigItem(DataRow)

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

CreateConfigItem(Object[])

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

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.