Interface IFCList
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
Property Value
Type |
Description |
System.Int16 |
|
ItemType
Declaration
string ItemType { get; set; }
Property Value
Type |
Description |
System.String |
|
Sorted
Declaration
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
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