Class UserTechOperationListHelper
Inheritance
UserTechOperationListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class UserTechOperationListHelper
Methods
AddFromFile(ComWrapper<ICamApiUserTechOperationList>, string)
Add operation to the list from a file
Declaration
public static ComWrapper<ICamApiUserTechOperationInfo> AddFromFile(this ComWrapper<ICamApiUserTechOperationList> listCom, string fileName)
Parameters
Returns
AddFromOp(ComWrapper<ICamApiUserTechOperationList>, string, ComWrapper<ICamApiTechOperation>)
Add operation to the list from existing user tech operation
Declaration
public static ComWrapper<ICamApiUserTechOperationInfo> AddFromOp(this ComWrapper<ICamApiUserTechOperationList> listCom, string caption, ComWrapper<ICamApiTechOperation> operation)
Parameters
Returns
CreateInstance(ComWrapper<ICamApiUserTechOperationList>)
Create a new empty user tech operation instance
Declaration
public static ComWrapper<ICamApiUserTechOperationInfo> CreateInstance(this ComWrapper<ICamApiUserTechOperationList> listCom)
Parameters
Returns
Item(ComWrapper<ICamApiUserTechOperationList>, string)
Declaration
public static ComWrapper<ICamApiUserTechOperationInfo> Item(this ComWrapper<ICamApiUserTechOperationList> listCom, string guid)
Parameters
Returns
ItemIds(ComWrapper<ICamApiUserTechOperationList>)
Declaration
public static ComWrapper<IListString> ItemIds(this ComWrapper<ICamApiUserTechOperationList> listCom)
Parameters
Returns
Remove(ComWrapper<ICamApiUserTechOperationList>, string)
Remove operation from the list by GUID
Declaration
public static void Remove(this ComWrapper<ICamApiUserTechOperationList> listCom, string guid)
Parameters