Class MachineInfoHelper
Inheritance
MachineInfoHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class MachineInfoHelper
Methods
GUID(ComWrapper<ICamApiMachineInfo>)
Global identifier GUID of the machine schema
Declaration
public static string GUID(this ComWrapper<ICamApiMachineInfo> machineCom)
Parameters
Returns
MachineCaption(ComWrapper<ICamApiMachineInfo>)
User friendly machine name
Declaration
public static string MachineCaption(this ComWrapper<ICamApiMachineInfo> machineCom)
Parameters
Returns
MachineTypeName(ComWrapper<ICamApiMachineInfo>)
Identifier of machine in the XML
Declaration
public static string MachineTypeName(this ComWrapper<ICamApiMachineInfo> machineCom)
Parameters
Returns
SchemaFilePath(ComWrapper<ICamApiMachineInfo>)
Path to the machine schema file
Declaration
public static string SchemaFilePath(this ComWrapper<ICamApiMachineInfo> machineCom)
Parameters
Returns
XMLNodeName(ComWrapper<ICamApiMachineInfo>)
ID of machine's root XML node inside schema file
Declaration
public static string XMLNodeName(this ComWrapper<ICamApiMachineInfo> machineCom)
Parameters
Returns