Class ModelFormerSupportedItemsHelper
Helper methods for ICamApiModelFormerSupportedItems
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ModelFormerSupportedItemsHelper
Methods
AddItem(ComWrapper<ICamApiModelFormerSupportedItems>, string, Guid, string, string, string, string, bool, ComWrapper<IST_XMLPropPointer>)
Declaration
public static int AddItem(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, string itemId, Guid itemType, string itemTypeName, string itemCaption, string itemHint, string itemIconFile, bool allowDoubleItems, ComWrapper<IST_XMLPropPointer> itemXmlProp)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| string | itemId | |
| Guid | itemType | |
| string | itemTypeName | |
| string | itemCaption | |
| string | itemHint | |
| string | itemIconFile | |
| bool | allowDoubleItems | |
| ComWrapper<IST_XMLPropPointer> | itemXmlProp |
Returns
| Type | Description |
|---|---|
| int |
AllowDoubleItems(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static bool AllowDoubleItems(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| bool |
Clear(ComWrapper<ICamApiModelFormerSupportedItems>)
Declaration
public static void Clear(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom |
Count(ComWrapper<ICamApiModelFormerSupportedItems>)
Declaration
public static int Count(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom |
Returns
| Type | Description |
|---|---|
| int |
IndexOfItem(ComWrapper<ICamApiModelFormerSupportedItems>, string)
Declaration
public static int IndexOfItem(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, string itemId)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| string | itemId |
Returns
| Type | Description |
|---|---|
| int |
ItemCaption(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static string ItemCaption(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| string |
ItemHint(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static string ItemHint(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| string |
ItemID(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static string ItemID(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| string |
ItemIconFile(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static string ItemIconFile(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| string |
ItemType(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static Guid ItemType(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| Guid |
ItemTypeName(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static string ItemTypeName(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| string |
ItemVisible(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static bool ItemVisible(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| bool |
ItemXMLProp(ComWrapper<ICamApiModelFormerSupportedItems>, int)
Declaration
public static ComWrapper<IST_XMLPropPointer> ItemXMLProp(this ComWrapper<ICamApiModelFormerSupportedItems> supportedItemsCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerSupportedItems> | supportedItemsCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| ComWrapper<IST_XMLPropPointer> |