Show / Hide Table of Contents

Class CountryCollection

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

Properties

DefaultCountry

Declaration
public Country DefaultCountry { get; }
Property Value
Type Description
Country

Item[String]

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

Methods

Create(DataRow)

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

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.