Class TechOperationTypeHelper
Inheritance
TechOperationTypeHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class TechOperationTypeHelper
Methods
Caption(ComWrapper<ICamApiTechOperationType>)
Localized name of operation type
Declaration
public static string Caption(this ComWrapper<ICamApiTechOperationType> techOperationTypeCom)
Parameters
Returns
DeclarationXmlFilePath(ComWrapper<ICamApiTechOperationType>)
Path to XML-file with definition of operation type
Declaration
public static string DeclarationXmlFilePath(this ComWrapper<ICamApiTechOperationType> techOperationTypeCom)
Parameters
Returns
Id(ComWrapper<ICamApiTechOperationType>)
Unique identifier as GUID of operation type
Declaration
public static string Id(this ComWrapper<ICamApiTechOperationType> techOperationTypeCom)
Parameters
Returns