Show / Hide Table of Contents

Interface IGlobalStringElementCollection

Inherited Members
System.Collections.Generic.IList<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.IndexOf(FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement)
System.Collections.Generic.IList<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Insert(System.Int32, FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement)
System.Collections.Generic.IList<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.RemoveAt(System.Int32)
System.Collections.Generic.IList<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Item[System.Int32]
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Add(FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement)
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Clear()
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Contains(FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement)
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.CopyTo(FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement[], System.Int32)
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Remove(FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement)
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.Count
System.Collections.Generic.ICollection<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.IsReadOnly
System.Collections.Generic.IEnumerable<FChoice.Foundation.Clarify.DataObjects.IGlobalStringElement>.GetEnumerator()
Namespace: FChoice.Foundation.Clarify.DataObjects
Assembly: fcSDK.dll
Syntax
public interface IGlobalStringElementCollection : IList<IGlobalStringElement>, ICollection<IGlobalStringElement>, IEnumerable<IGlobalStringElement>, IEnumerable

Properties

ActiveElements

Declaration
IGlobalStringElementCollection ActiveElements { get; }
Property Value
Type Description
IGlobalStringElementCollection

Capacity

Declaration
int Capacity { get; set; }
Property Value
Type Description
System.Int32

DefaultElement

Declaration
IGlobalStringElement DefaultElement { get; }
Property Value
Type Description
IGlobalStringElement

InactiveElements

Declaration
IGlobalStringElementCollection InactiveElements { get; }
Property Value
Type Description
IGlobalStringElementCollection

Item[String]

Declaration
IGlobalStringElement this[string title] { get; }
Parameters
Type Name Description
System.String title
Property Value
Type Description
IGlobalStringElement

Methods

AddElement(IGlobalStringElement, Boolean)

Declaration
void AddElement(IGlobalStringElement element, bool addToList)
Parameters
Type Name Description
IGlobalStringElement element
System.Boolean addToList

AddRange(IEnumerable<IGlobalStringElement>)

Declaration
void AddRange(IEnumerable<IGlobalStringElement> collection)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IGlobalStringElement> collection

AsReadOnly()

Declaration
ReadOnlyCollection<IGlobalStringElement> AsReadOnly()
Returns
Type Description
System.Collections.ObjectModel.ReadOnlyCollection<IGlobalStringElement>

BinarySearch(IGlobalStringElement)

Declaration
int BinarySearch(IGlobalStringElement item)
Parameters
Type Name Description
IGlobalStringElement item
Returns
Type Description
System.Int32

BinarySearch(IGlobalStringElement, IComparer<IGlobalStringElement>)

Declaration
int BinarySearch(IGlobalStringElement item, IComparer<IGlobalStringElement> comparer)
Parameters
Type Name Description
IGlobalStringElement item
System.Collections.Generic.IComparer<IGlobalStringElement> comparer
Returns
Type Description
System.Int32

BinarySearch(Int32, Int32, IGlobalStringElement, IComparer<IGlobalStringElement>)

Declaration
int BinarySearch(int index, int count, IGlobalStringElement item, IComparer<IGlobalStringElement> comparer)
Parameters
Type Name Description
System.Int32 index
System.Int32 count
IGlobalStringElement item
System.Collections.Generic.IComparer<IGlobalStringElement> comparer
Returns
Type Description
System.Int32

CopyTo(IGlobalStringElement[])

Declaration
void CopyTo(IGlobalStringElement[] array)
Parameters
Type Name Description
IGlobalStringElement[] array

CopyTo(Int32, IGlobalStringElement[], Int32, Int32)

Declaration
void CopyTo(int index, IGlobalStringElement[] array, int arrayIndex, int count)
Parameters
Type Name Description
System.Int32 index
IGlobalStringElement[] array
System.Int32 arrayIndex
System.Int32 count

Exists(Predicate<IGlobalStringElement>)

Declaration
bool Exists(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Boolean

Find(Predicate<IGlobalStringElement>)

Declaration
IGlobalStringElement Find(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
IGlobalStringElement

FindAll(Predicate<IGlobalStringElement>)

Declaration
List<IGlobalStringElement> FindAll(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Collections.Generic.List<IGlobalStringElement>

FindIndex(Int32, Int32, Predicate<IGlobalStringElement>)

Declaration
int FindIndex(int startIndex, int count, Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Int32 startIndex
System.Int32 count
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

FindIndex(Int32, Predicate<IGlobalStringElement>)

Declaration
int FindIndex(int startIndex, Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Int32 startIndex
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

FindIndex(Predicate<IGlobalStringElement>)

Declaration
int FindIndex(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

FindLast(Predicate<IGlobalStringElement>)

Declaration
IGlobalStringElement FindLast(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
IGlobalStringElement

FindLastIndex(Int32, Int32, Predicate<IGlobalStringElement>)

Declaration
int FindLastIndex(int startIndex, int count, Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Int32 startIndex
System.Int32 count
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

FindLastIndex(Int32, Predicate<IGlobalStringElement>)

Declaration
int FindLastIndex(int startIndex, Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Int32 startIndex
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

FindLastIndex(Predicate<IGlobalStringElement>)

Declaration
int FindLastIndex(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

ForEach(Action<IGlobalStringElement>)

Declaration
void ForEach(Action<IGlobalStringElement> action)
Parameters
Type Name Description
System.Action<IGlobalStringElement> action

GetElementByObjectId(Int32)

Declaration
IGlobalStringElement GetElementByObjectId(int objectId)
Parameters
Type Name Description
System.Int32 objectId
Returns
Type Description
IGlobalStringElement

GetElementByRank(Int32)

Declaration
IGlobalStringElement GetElementByRank(int rank)
Parameters
Type Name Description
System.Int32 rank
Returns
Type Description
IGlobalStringElement

GetItemByIndex(Int32)

Declaration
IGlobalStringElement GetItemByIndex(int index)
Parameters
Type Name Description
System.Int32 index
Returns
Type Description
IGlobalStringElement

GetRange(Int32, Int32)

Declaration
List<IGlobalStringElement> GetRange(int index, int count)
Parameters
Type Name Description
System.Int32 index
System.Int32 count
Returns
Type Description
System.Collections.Generic.List<IGlobalStringElement>

IndexOf(IGlobalStringElement, Int32)

Declaration
int IndexOf(IGlobalStringElement item, int index)
Parameters
Type Name Description
IGlobalStringElement item
System.Int32 index
Returns
Type Description
System.Int32

IndexOf(IGlobalStringElement, Int32, Int32)

Declaration
int IndexOf(IGlobalStringElement item, int index, int count)
Parameters
Type Name Description
IGlobalStringElement item
System.Int32 index
System.Int32 count
Returns
Type Description
System.Int32

InsertRange(Int32, IEnumerable<IGlobalStringElement>)

Declaration
void InsertRange(int index, IEnumerable<IGlobalStringElement> collection)
Parameters
Type Name Description
System.Int32 index
System.Collections.Generic.IEnumerable<IGlobalStringElement> collection

LastIndexOf(IGlobalStringElement)

Declaration
int LastIndexOf(IGlobalStringElement item)
Parameters
Type Name Description
IGlobalStringElement item
Returns
Type Description
System.Int32

LastIndexOf(IGlobalStringElement, Int32)

Declaration
int LastIndexOf(IGlobalStringElement item, int index)
Parameters
Type Name Description
IGlobalStringElement item
System.Int32 index
Returns
Type Description
System.Int32

LastIndexOf(IGlobalStringElement, Int32, Int32)

Declaration
int LastIndexOf(IGlobalStringElement item, int index, int count)
Parameters
Type Name Description
IGlobalStringElement item
System.Int32 index
System.Int32 count
Returns
Type Description
System.Int32

RemoveAll(Predicate<IGlobalStringElement>)

Declaration
int RemoveAll(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Int32

RemoveRange(Int32, Int32)

Declaration
void RemoveRange(int index, int count)
Parameters
Type Name Description
System.Int32 index
System.Int32 count

Reverse()

Declaration
void Reverse()

Reverse(Int32, Int32)

Declaration
void Reverse(int index, int count)
Parameters
Type Name Description
System.Int32 index
System.Int32 count

Sort()

Declaration
void Sort()

Sort(IComparer<IGlobalStringElement>)

Declaration
void Sort(IComparer<IGlobalStringElement> comparer)
Parameters
Type Name Description
System.Collections.Generic.IComparer<IGlobalStringElement> comparer

Sort(Comparison<IGlobalStringElement>)

Declaration
void Sort(Comparison<IGlobalStringElement> comparison)
Parameters
Type Name Description
System.Comparison<IGlobalStringElement> comparison

Sort(Int32, Int32, IComparer<IGlobalStringElement>)

Declaration
void Sort(int index, int count, IComparer<IGlobalStringElement> comparer)
Parameters
Type Name Description
System.Int32 index
System.Int32 count
System.Collections.Generic.IComparer<IGlobalStringElement> comparer

ToArray()

Declaration
IGlobalStringElement[] ToArray()
Returns
Type Description
IGlobalStringElement[]

TrimExcess()

Declaration
void TrimExcess()

TrueForAll(Predicate<IGlobalStringElement>)

Declaration
bool TrueForAll(Predicate<IGlobalStringElement> match)
Parameters
Type Name Description
System.Predicate<IGlobalStringElement> match
Returns
Type Description
System.Boolean
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.