Class ListModelItemHelper
Helper methods for ICamApiListModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ListModelItemHelper
Methods
Add(ComWrapper<ICamApiListModelItem>, ComWrapper<ICamApiModelItem>)
Declaration
public static void Add(this ComWrapper<ICamApiListModelItem> listCom, ComWrapper<ICamApiModelItem> item)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiListModelItem> | listCom | |
| ComWrapper<ICamApiModelItem> | item |
Clear(ComWrapper<ICamApiListModelItem>)
Declaration
public static void Clear(this ComWrapper<ICamApiListModelItem> listCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiListModelItem> | listCom |
Count(ComWrapper<ICamApiListModelItem>)
Declaration
public static int Count(this ComWrapper<ICamApiListModelItem> listCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiListModelItem> | listCom |
Returns
| Type | Description |
|---|---|
| int |
GetItem(ComWrapper<ICamApiListModelItem>, int)
Declaration
public static ComWrapper<ICamApiModelItem> GetItem(this ComWrapper<ICamApiListModelItem> listCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiListModelItem> | listCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiModelItem> |
RemoveAt(ComWrapper<ICamApiListModelItem>, int)
Declaration
public static void RemoveAt(this ComWrapper<ICamApiListModelItem> listCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiListModelItem> | listCom | |
| int | index |