Show / Hide Table of Contents

Interface IFCList

Namespace: FChoice.Foundation.Clarify.Compatibility
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[Guid("6AFFB191-74AD-4d5f-A2B5-2456A3F5AA9F")]
[ComVisible(true)]
public interface IFCList

Properties

AllowDuplicates

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

Count

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

ItemType

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

Sorted

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

Methods

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

Declaration
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
void AppendSingleItem(object param1)
Parameters
Type Name Description
System.Object param1

Clear()

Declaration
void Clear()

Contains(Object)

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

FindFirstindex(Object)

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

GetItemByIndex(Int16, ref Object)

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

ItemByIndex(Int16)

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

Sort()

Declaration
void Sort()
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.