Show / Hide Table of Contents

Class FCList

Inheritance
System.Object
FCList
Implements
IFCList
Inherited Members
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.Compatibility
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[ComVisible(true)]
[Guid("007EE1DD-6614-4833-BB7F-2AB543B42CE9")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class FCList : IFCList

Constructors

FCList()

Declaration
public FCList()

Properties

AllowDuplicates

Declaration
public bool AllowDuplicates { get; set; }
Property Value
Type Description
System.Boolean

Count

Declaration
public short Count { get; }
Property Value
Type Description
System.Int16

ItemType

Declaration
public string ItemType { get; set; }
Property Value
Type Description
System.String

Sorted

Declaration
public bool Sorted { get; }
Property Value
Type Description
System.Boolean

Methods

AppendItem(Object, Object, Object, Object, Object, Object, Object, Object, Object)

Declaration
public void AppendItem(object param1, object param2, object param3, object param4, object param5, object param6, object param7, object param8, object param9)
Parameters
Type Name Description
System.Object param1
System.Object param2
System.Object param3
System.Object param4
System.Object param5
System.Object param6
System.Object param7
System.Object param8
System.Object param9

AppendSingleItem(Object)

Declaration
public void AppendSingleItem(object appendItem)
Parameters
Type Name Description
System.Object appendItem

Clear()

Declaration
public void Clear()

Contains(Object)

Declaration
public bool Contains(object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.Boolean

FindFirstindex(Object)

Declaration
public short FindFirstindex(object param1)
Parameters
Type Name Description
System.Object param1
Returns
Type Description
System.Int16

GetItemByIndex(Int16, ref Object)

Declaration
public void GetItemByIndex(short index, ref object item)
Parameters
Type Name Description
System.Int16 index
System.Object item

ItemByIndex(Int16)

Declaration
public object ItemByIndex(short index)
Parameters
Type Name Description
System.Int16 index
Returns
Type Description
System.Object

Sort()

Declaration
public void Sort()

Implements

IFCList
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.