POST api/Cnc/SwitchHandConfirm
Request Information
URI Parameters
None.
Body Parameters
CNCBedToolDtoName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Checked | boolean |
None. |
|
IsCtrlPressed | boolean |
None. |
|
IsShiftPressed | boolean |
None. |
|
RotateAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "checked": true, "isCtrlPressed": true, "isShiftPressed": true, "rotateAmount": 5.1 }
application/xml, text/xml
Sample:
<CNCBedToolDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto"> <Checked>true</Checked> <IsCtrlPressed>true</IsCtrlPressed> <IsShiftPressed>true</IsShiftPressed> <Name>sample string 1</Name> <RotateAmount>5.1</RotateAmount> </CNCBedToolDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CncBedDrawingDtoName | Description | Type | Additional information |
---|---|---|---|
CncComponents | Collection of CncGridDto |
None. |
|
CncBed | string |
None. |
|
RefreshBed | boolean |
None. |
|
ResetList | boolean |
None. |
|
CncMachines | Collection of LookupDto |
None. |
|
DockingSaws | Collection of LookupDto |
None. |
|
CncMachineCurrentIndex | integer |
None. |
|
DockingSawCurrentIndex | integer |
None. |
|
BedSetting | CncBedSettingViewModel |
None. |
|
CutList | Collection of LookupDto |
None. |
|
CutListCurrentIndex | integer |
None. |
|
Templates | Collection of LookupDto |
None. |
|
TemplatesCurrentIndex | integer |
None. |
|
NewTemplateName | string |
None. |
|
SessionUsingGlobalTemplate | boolean |
None. |
|
TemplateLabel | string |
None. |
|
Bases | Collection of LookupDto |
None. |
|
Grids | Collection of LookupDto |
None. |
|
Sheets | Collection of LookupDto |
None. |
|
NosingOverrides | Collection of LookupDto |
None. |
|
ExportFormats | Collection of LookupDto |
None. |
|
ExportPath | string |
None. |
|
CurrentMachineNotFound | boolean |
None. |
|
CurrentMachineNotFoundMessage | string |
None. |
|
StringMustBeSelected | boolean |
None. |
|
StringMustBeSelectedMessage | string |
None. |
|
InvalidSplitResumeAt | boolean |
None. |
|
InvalidSplitResumeAtMessage | string |
None. |
|
PrintNote | string |
None. |
|
CutLines | string |
None. |
|
ToolColors | Collection of CncToolColorViewModel |
None. |
|
SessionDirty | boolean |
None. |
|
SessionSave | boolean |
None. |
|
IsJobInProgress | boolean |
None. |
|
TestCutList | Collection of CNCBedTestCutListViewModel |
None. |
|
ScaleTop | integer |
None. |
|
ScaleLeft | integer |
None. |
|
ScaleHeight | integer |
None. |
|
ScaleWidth | integer |
None. |
|
Notification | NotificationDto |
None. |
|
SessionMenu | CNCBedSessionDto |
None. |
|
BedToolButtons | CNCBedToolButtonsDto |
None. |
|
IsPlaceLabel | boolean |
None. |
|
Success | boolean |
None. |
|
Message | string |
None. |
|
AllItemsSelected | boolean |
None. |
|
TrackId | string |
None. |
|
RotateValue | integer |
None. |
|
MachineLockInformation | MachineLockInformationModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "cncComponents": [ { "trackId": "sample string 1", "fieldId": 2, "status": "sample string 3", "gCat": "sample string 4", "description": [ "sample string 1", "sample string 2" ], "descriptionShort": "sample string 5", "timber": "sample string 6", "widthText": "sample string 7", "depthText": "sample string 8", "lengthText": "sample string 9", "hasChildren": true, "level": 11, "parent": 1, "isLeaf": true, "expanded": true, "isMdf": true, "groupName": "sample string 15" }, { "trackId": "sample string 1", "fieldId": 2, "status": "sample string 3", "gCat": "sample string 4", "description": [ "sample string 1", "sample string 2" ], "descriptionShort": "sample string 5", "timber": "sample string 6", "widthText": "sample string 7", "depthText": "sample string 8", "lengthText": "sample string 9", "hasChildren": true, "level": 11, "parent": 1, "isLeaf": true, "expanded": true, "isMdf": true, "groupName": "sample string 15" } ], "cncBed": "sample string 1", "refreshBed": true, "resetList": true, "cncMachines": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "dockingSaws": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "cncMachineCurrentIndex": 4, "dockingSawCurrentIndex": 5, "bedSetting": { "splitAtCheckBox": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "splitResumeAtCheckBox": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "tandemL": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "tandemR": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "gCodeOption1": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "gCodeOption2": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "sendToBaseButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "sendToButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "expFormatDropdown": { "visible": true, "enabled": true, "items": [ "sample string 1", "sample string 2" ], "guids": [ "b2d31dc9-7ad8-43ae-a321-6bfc01f81f98", "7af7aecd-d1a1-4b42-8310-56ed4611b019" ], "selectedIndex": 1, "selectedItem": "sample string 3", "filterUid": "f56fab54-ba10-447b-a14f-2c80e0ddefc9" }, "exportBed1Button": { "visible": true, "enabled": true, "caption": "sample string 3" }, "exportBed2Button": { "visible": true, "enabled": true, "caption": "sample string 3" }, "setNoteButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "exportBed3Button": { "visible": true, "enabled": true, "caption": "sample string 3" }, "sheetOffsetX": "sample string 1", "sheetOffsetY": "sample string 2", "showDirections": true, "showCutPath": true, "showTrench": true, "showBases": true, "showGrid": true, "showFixtures": true, "nudgeValue": "sample string 9", "gotoX": "sample string 10", "gotoY": "sample string 11", "gridIndex": 12, "showOrder": true, "showOutline": true, "showNoses": true, "rotateValue": 16, "sheetIndex": 17, "nosingOverrideIndex": 18, "baseIndex": 19, "expFormatIndex": 20, "expPrint": true, "exportCuts": true, "exportTrenching": true, "saveSession": true, "showItemsOffBed": true, "showItemLabels": true, "showPods": true, "split": true, "splitAt": "sample string 29", "splitResumeAt": "sample string 30", "splitExport": 31, "splitExportEnable": true, "currentMachineName": "sample string 33", "sessionNum": 34, "currentCutList": 35.0, "exportOutlines": true, "sessionUsingGlobalTemplate": true, "showItemNotes": true, "shiftValue": "sample string 39", "exportBedVisible1": true, "exportBedCaption1": "sample string 41", "exportBedTag1": 42, "exportBedVisible2": true, "exportBedCaption2": "sample string 44", "exportBedTag2": 45, "exportBedVisible3": true, "exportBedCaption3": "sample string 47", "exportBedTag3": 48, "isShowMDFAlertConflicts": true, "exportType": 50, "tandemLCaption": "sample string 51", "tandemRCaption": "sample string 52", "sliderValue": 53, "gCodeOption1Caption": "sample string 54", "gCodeOption2Caption": "sample string 55", "gCodeOptionIndex": 56, "isShowMenu": true, "isShowList": true, "isControlDown": true, "bedExportCheck": { "anyUndefinedToolAlert": "sample string 1", "floorToFloorAlert": "sample string 2", "designWindowAlert": "sample string 3", "jobInProgressAlert": "sample string 4", "saveJobAlert": "sample string 5", "controlDownAlert": "sample string 6", "clearDockSawAlert": "sample string 7" }, "exportData": { "success": true, "message": "sample string 2", "path": "sample string 3", "fileName": "sample string 4", "fileData": null, "fileContent": "sample string 5", "sequenceFileContent": "sample string 6", "sequenceFilePath": "sample string 7", "sequenceFileName": "sample string 8", "postProcessCL": "sample string 9", "postProcessCLPath": "sample string 10", "postProcessArgument": "sample string 11", "oneSavePrompt": true, "dockSawFiles": [ { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" }, { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" } ], "exportFilesPerPc": [ { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" }, { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" } ], "pageContentList": [ { "id": 1, "reportContent": "sample string 2", "pageNumber": 3, "reportName": "sample string 4", "pageFormat": "sample string 5", "pageOrientation": 6, "copies": 7 }, { "id": 1, "reportContent": "sample string 2", "pageNumber": 3, "reportName": "sample string 4", "pageFormat": "sample string 5", "pageOrientation": 6, "copies": 7 } ] }, "exportLaserData": { "success": true, "message": "sample string 2", "path": "sample string 3", "fileName": "sample string 4", "fileData": null, "fileContent": "sample string 5", "sequenceFileContent": "sample string 6", "sequenceFilePath": "sample string 7", "sequenceFileName": "sample string 8", "postProcessCL": "sample string 9", "postProcessCLPath": "sample string 10", "postProcessArgument": "sample string 11", "oneSavePrompt": true, "dockSawFiles": [ { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" }, { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" } ], "exportFilesPerPc": [ { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" }, { "fileContent": "sample string 1", "filePath": "sample string 2", "fileName": "sample string 3", "fileExtension": "sample string 4" } ], "pageContentList": [ { "id": 1, "reportContent": "sample string 2", "pageNumber": 3, "reportName": "sample string 4", "pageFormat": "sample string 5", "pageOrientation": 6, "copies": 7 }, { "id": 1, "reportContent": "sample string 2", "pageNumber": 3, "reportName": "sample string 4", "pageFormat": "sample string 5", "pageOrientation": 6, "copies": 7 } ] }, "notificationResponse": { "responseType": 0, "value": "sample string 1" }, "notification": { "title": "sample string 1", "description": "sample string 2", "type": 0 }, "jobChecklistViewModel": [ { "caption": "sample string 1", "isTick": true }, { "caption": "sample string 1", "isTick": true } ], "keyPress": { "ctrlKey": true, "shiftKey": true, "altKey": true }, "zoomParameter": { "startX": 1, "startY": 2, "endX": 3, "endY": 4, "canvasHeight": 5, "canvasWidth": 6, "ctrlPress": true }, "userOrigin": 60, "fileName": "sample string 61" }, "cutList": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "cutListCurrentIndex": 6, "templates": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "templatesCurrentIndex": 7, "newTemplateName": "sample string 8", "sessionUsingGlobalTemplate": true, "templateLabel": "sample string 10", "bases": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "grids": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "sheets": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "nosingOverrides": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "exportFormats": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "6535ee26-3934-4d2c-b91d-7ee4c9bdb60f", "parentUid": "8265134c-1f49-4c97-9d41-d28beb40f070" } ], "exportPath": "sample string 11", "currentMachineNotFound": true, "currentMachineNotFoundMessage": "sample string 13", "stringMustBeSelected": true, "stringMustBeSelectedMessage": "sample string 15", "invalidSplitResumeAt": true, "invalidSplitResumeAtMessage": "sample string 17", "printNote": "sample string 18", "cutLines": "sample string 19", "toolColors": [ { "toolColor": "sample string 1", "text": "sample string 2" }, { "toolColor": "sample string 1", "text": "sample string 2" } ], "sessionDirty": true, "sessionSave": true, "isJobInProgress": true, "testCutList": [ { "startX": 1, "startY": 2, "endX": 3, "endY": 4, "toolRadius": 5.1, "arcRadius": 6.1, "color": "sample string 7", "arcInverse": true, "centerX": 9.1, "centerY": 10.1, "sttX": 11.1, "sttY": 12.1, "radStart": 13.1, "radEnd": 14.1, "traverseType": 0, "drawType": 15 }, { "startX": 1, "startY": 2, "endX": 3, "endY": 4, "toolRadius": 5.1, "arcRadius": 6.1, "color": "sample string 7", "arcInverse": true, "centerX": 9.1, "centerY": 10.1, "sttX": 11.1, "sttY": 12.1, "radStart": 13.1, "radEnd": 14.1, "traverseType": 0, "drawType": 15 } ], "scaleTop": 23, "scaleLeft": 24, "scaleHeight": 25, "scaleWidth": 26, "notification": { "title": "sample string 1", "description": "sample string 2", "type": 0 }, "sessionMenu": { "saveEnabled": true, "deleteEnabled": true, "saveAsEnabled": true, "newEnabled": true }, "bedToolButtons": { "flipHorizontalButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "flipVerticalButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "rotateClockWiseButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "rotateAntiClockWiseButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "rotateFlatButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "rollNewelsButton": { "visible": true, "enabled": true, "caption": "sample string 3" } }, "isPlaceLabel": true, "success": true, "message": "sample string 29", "allItemsSelected": true, "trackId": "sample string 31", "rotateValue": 32, "machineLockInformation": { "isMachineLocked": true, "lockedBy": "sample string 2" } }
application/xml, text/xml
Sample:
<CncBedDrawingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto"> <AllItemsSelected>true</AllItemsSelected> <Bases> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </Bases> <BedSetting xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <d2p1:BaseIndex>19</d2p1:BaseIndex> <d2p1:BedExportCheck> <AnyUndefinedToolAlert>sample string 1</AnyUndefinedToolAlert> <ClearDockSawAlert>sample string 7</ClearDockSawAlert> <ControlDownAlert>sample string 6</ControlDownAlert> <DesignWindowAlert>sample string 3</DesignWindowAlert> <FloorToFloorAlert>sample string 2</FloorToFloorAlert> <JobInProgressAlert>sample string 4</JobInProgressAlert> <SaveJobAlert>sample string 5</SaveJobAlert> </d2p1:BedExportCheck> <d2p1:CurrentCutList>35</d2p1:CurrentCutList> <d2p1:CurrentMachineName>sample string 33</d2p1:CurrentMachineName> <d2p1:ExpFormatDropdown xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:FilterUid>f56fab54-ba10-447b-a14f-2c80e0ddefc9</d3p1:FilterUid> <d3p1:Guids xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>b2d31dc9-7ad8-43ae-a321-6bfc01f81f98</d4p1:guid> <d4p1:guid>7af7aecd-d1a1-4b42-8310-56ed4611b019</d4p1:guid> </d3p1:Guids> <d3p1:Items xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </d3p1:Items> <d3p1:SelectedIndex>1</d3p1:SelectedIndex> <d3p1:SelectedItem>sample string 3</d3p1:SelectedItem> <d3p1:Visible>true</d3p1:Visible> </d2p1:ExpFormatDropdown> <d2p1:ExpFormatIndex>20</d2p1:ExpFormatIndex> <d2p1:ExpPrint>true</d2p1:ExpPrint> <d2p1:ExportBed1Button xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:ExportBed1Button> <d2p1:ExportBed2Button xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:ExportBed2Button> <d2p1:ExportBed3Button xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:ExportBed3Button> <d2p1:ExportBedCaption1>sample string 41</d2p1:ExportBedCaption1> <d2p1:ExportBedCaption2>sample string 44</d2p1:ExportBedCaption2> <d2p1:ExportBedCaption3>sample string 47</d2p1:ExportBedCaption3> <d2p1:ExportBedTag1>42</d2p1:ExportBedTag1> <d2p1:ExportBedTag2>45</d2p1:ExportBedTag2> <d2p1:ExportBedTag3>48</d2p1:ExportBedTag3> <d2p1:ExportBedVisible1>true</d2p1:ExportBedVisible1> <d2p1:ExportBedVisible2>true</d2p1:ExportBedVisible2> <d2p1:ExportBedVisible3>true</d2p1:ExportBedVisible3> <d2p1:ExportCuts>true</d2p1:ExportCuts> <d2p1:ExportData> <d2p1:DockSawFiles> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> </d2p1:DockSawFiles> <d2p1:ExportFilesPerPc> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> </d2p1:ExportFilesPerPc> <d2p1:FileContent>sample string 5</d2p1:FileContent> <d2p1:FileData xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" /> <d2p1:FileName>sample string 4</d2p1:FileName> <d2p1:Message>sample string 2</d2p1:Message> <d2p1:OneSavePrompt>true</d2p1:OneSavePrompt> <d2p1:PageContentList> <d2p1:PageContentViewModel> <d2p1:Copies>7</d2p1:Copies> <d2p1:Id>1</d2p1:Id> <d2p1:PageFormat>sample string 5</d2p1:PageFormat> <d2p1:PageNumber>3</d2p1:PageNumber> <d2p1:PageOrientation>6</d2p1:PageOrientation> <d2p1:ReportContent>sample string 2</d2p1:ReportContent> <d2p1:ReportName>sample string 4</d2p1:ReportName> </d2p1:PageContentViewModel> <d2p1:PageContentViewModel> <d2p1:Copies>7</d2p1:Copies> <d2p1:Id>1</d2p1:Id> <d2p1:PageFormat>sample string 5</d2p1:PageFormat> <d2p1:PageNumber>3</d2p1:PageNumber> <d2p1:PageOrientation>6</d2p1:PageOrientation> <d2p1:ReportContent>sample string 2</d2p1:ReportContent> <d2p1:ReportName>sample string 4</d2p1:ReportName> </d2p1:PageContentViewModel> </d2p1:PageContentList> <d2p1:Path>sample string 3</d2p1:Path> <d2p1:PostProcessArgument>sample string 11</d2p1:PostProcessArgument> <d2p1:PostProcessCL>sample string 9</d2p1:PostProcessCL> <d2p1:PostProcessCLPath>sample string 10</d2p1:PostProcessCLPath> <d2p1:SequenceFileContent>sample string 6</d2p1:SequenceFileContent> <d2p1:SequenceFileName>sample string 8</d2p1:SequenceFileName> <d2p1:SequenceFilePath>sample string 7</d2p1:SequenceFilePath> <d2p1:Success>true</d2p1:Success> </d2p1:ExportData> <d2p1:ExportLaserData> <d2p1:DockSawFiles> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> </d2p1:DockSawFiles> <d2p1:ExportFilesPerPc> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> <d2p1:ExportFileViewModel> <d2p1:FileContent>sample string 1</d2p1:FileContent> <d2p1:FileExtension>sample string 4</d2p1:FileExtension> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FilePath>sample string 2</d2p1:FilePath> </d2p1:ExportFileViewModel> </d2p1:ExportFilesPerPc> <d2p1:FileContent>sample string 5</d2p1:FileContent> <d2p1:FileData xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" /> <d2p1:FileName>sample string 4</d2p1:FileName> <d2p1:Message>sample string 2</d2p1:Message> <d2p1:OneSavePrompt>true</d2p1:OneSavePrompt> <d2p1:PageContentList> <d2p1:PageContentViewModel> <d2p1:Copies>7</d2p1:Copies> <d2p1:Id>1</d2p1:Id> <d2p1:PageFormat>sample string 5</d2p1:PageFormat> <d2p1:PageNumber>3</d2p1:PageNumber> <d2p1:PageOrientation>6</d2p1:PageOrientation> <d2p1:ReportContent>sample string 2</d2p1:ReportContent> <d2p1:ReportName>sample string 4</d2p1:ReportName> </d2p1:PageContentViewModel> <d2p1:PageContentViewModel> <d2p1:Copies>7</d2p1:Copies> <d2p1:Id>1</d2p1:Id> <d2p1:PageFormat>sample string 5</d2p1:PageFormat> <d2p1:PageNumber>3</d2p1:PageNumber> <d2p1:PageOrientation>6</d2p1:PageOrientation> <d2p1:ReportContent>sample string 2</d2p1:ReportContent> <d2p1:ReportName>sample string 4</d2p1:ReportName> </d2p1:PageContentViewModel> </d2p1:PageContentList> <d2p1:Path>sample string 3</d2p1:Path> <d2p1:PostProcessArgument>sample string 11</d2p1:PostProcessArgument> <d2p1:PostProcessCL>sample string 9</d2p1:PostProcessCL> <d2p1:PostProcessCLPath>sample string 10</d2p1:PostProcessCLPath> <d2p1:SequenceFileContent>sample string 6</d2p1:SequenceFileContent> <d2p1:SequenceFileName>sample string 8</d2p1:SequenceFileName> <d2p1:SequenceFilePath>sample string 7</d2p1:SequenceFilePath> <d2p1:Success>true</d2p1:Success> </d2p1:ExportLaserData> <d2p1:ExportOutlines>true</d2p1:ExportOutlines> <d2p1:ExportTrenching>true</d2p1:ExportTrenching> <d2p1:ExportType>50</d2p1:ExportType> <d2p1:FileName>sample string 61</d2p1:FileName> <d2p1:GCodeOption1 xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 4</d3p1:Caption> <d3p1:Checked>true</d3p1:Checked> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:GCodeOption1> <d2p1:GCodeOption1Caption>sample string 54</d2p1:GCodeOption1Caption> <d2p1:GCodeOption2 xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 4</d3p1:Caption> <d3p1:Checked>true</d3p1:Checked> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:GCodeOption2> <d2p1:GCodeOption2Caption>sample string 55</d2p1:GCodeOption2Caption> <d2p1:GCodeOptionIndex>56</d2p1:GCodeOptionIndex> <d2p1:GotoX>sample string 10</d2p1:GotoX> <d2p1:GotoY>sample string 11</d2p1:GotoY> <d2p1:GridIndex>12</d2p1:GridIndex> <d2p1:IsControlDown>true</d2p1:IsControlDown> <d2p1:IsShowList>true</d2p1:IsShowList> <d2p1:IsShowMDFAlertConflicts>true</d2p1:IsShowMDFAlertConflicts> <d2p1:IsShowMenu>true</d2p1:IsShowMenu> <d2p1:JobChecklistViewModel> <d2p1:JobDuplicateViewModel> <d2p1:Caption>sample string 1</d2p1:Caption> <d2p1:IsTick>true</d2p1:IsTick> </d2p1:JobDuplicateViewModel> <d2p1:JobDuplicateViewModel> <d2p1:Caption>sample string 1</d2p1:Caption> <d2p1:IsTick>true</d2p1:IsTick> </d2p1:JobDuplicateViewModel> </d2p1:JobChecklistViewModel> <d2p1:KeyPress xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <d3p1:AltKey>true</d3p1:AltKey> <d3p1:CtrlKey>true</d3p1:CtrlKey> <d3p1:ShiftKey>true</d3p1:ShiftKey> </d2p1:KeyPress> <d2p1:NosingOverrideIndex>18</d2p1:NosingOverrideIndex> <d2p1:Notification xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Common"> <d3p1:_x003C_Description_x003E_k__BackingField>sample string 2</d3p1:_x003C_Description_x003E_k__BackingField> <d3p1:_x003C_Title_x003E_k__BackingField>sample string 1</d3p1:_x003C_Title_x003E_k__BackingField> <d3p1:_x003C_Type_x003E_k__BackingField>Default</d3p1:_x003C_Type_x003E_k__BackingField> </d2p1:Notification> <d2p1:NotificationResponse xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <d3p1:ResponseType>Null</d3p1:ResponseType> <d3p1:Value>sample string 1</d3p1:Value> </d2p1:NotificationResponse> <d2p1:NudgeValue>sample string 9</d2p1:NudgeValue> <d2p1:RotateValue>16</d2p1:RotateValue> <d2p1:SaveSession>true</d2p1:SaveSession> <d2p1:SendToBaseButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:SendToBaseButton> <d2p1:SendToButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:SendToButton> <d2p1:SessionNum>34</d2p1:SessionNum> <d2p1:SessionUsingGlobalTemplate>true</d2p1:SessionUsingGlobalTemplate> <d2p1:SetNoteButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:SetNoteButton> <d2p1:SheetIndex>17</d2p1:SheetIndex> <d2p1:SheetOffsetX>sample string 1</d2p1:SheetOffsetX> <d2p1:SheetOffsetY>sample string 2</d2p1:SheetOffsetY> <d2p1:ShiftValue>sample string 39</d2p1:ShiftValue> <d2p1:ShowBases>true</d2p1:ShowBases> <d2p1:ShowCutPath>true</d2p1:ShowCutPath> <d2p1:ShowDirections>true</d2p1:ShowDirections> <d2p1:ShowFixtures>true</d2p1:ShowFixtures> <d2p1:ShowGrid>true</d2p1:ShowGrid> <d2p1:ShowItemLabels>true</d2p1:ShowItemLabels> <d2p1:ShowItemNotes>true</d2p1:ShowItemNotes> <d2p1:ShowItemsOffBed>true</d2p1:ShowItemsOffBed> <d2p1:ShowNoses>true</d2p1:ShowNoses> <d2p1:ShowOrder>true</d2p1:ShowOrder> <d2p1:ShowOutline>true</d2p1:ShowOutline> <d2p1:ShowPods>true</d2p1:ShowPods> <d2p1:ShowTrench>true</d2p1:ShowTrench> <d2p1:SliderValue>53</d2p1:SliderValue> <d2p1:Split>true</d2p1:Split> <d2p1:SplitAt>sample string 29</d2p1:SplitAt> <d2p1:SplitAtCheckBox xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 4</d3p1:Caption> <d3p1:Checked>true</d3p1:Checked> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:SplitAtCheckBox> <d2p1:SplitExport>31</d2p1:SplitExport> <d2p1:SplitExportEnable>true</d2p1:SplitExportEnable> <d2p1:SplitResumeAt>sample string 30</d2p1:SplitResumeAt> <d2p1:SplitResumeAtCheckBox xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 4</d3p1:Caption> <d3p1:Checked>true</d3p1:Checked> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:SplitResumeAtCheckBox> <d2p1:TandemL xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 4</d3p1:Caption> <d3p1:Checked>true</d3p1:Checked> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:TandemL> <d2p1:TandemLCaption>sample string 51</d2p1:TandemLCaption> <d2p1:TandemR xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 4</d3p1:Caption> <d3p1:Checked>true</d3p1:Checked> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </d2p1:TandemR> <d2p1:TandemRCaption>sample string 52</d2p1:TandemRCaption> <d2p1:UserOrigin>60</d2p1:UserOrigin> <d2p1:ZoomParameter xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <d3p1:CanvasHeight>5</d3p1:CanvasHeight> <d3p1:CanvasWidth>6</d3p1:CanvasWidth> <d3p1:CtrlPress>true</d3p1:CtrlPress> <d3p1:EndX>3</d3p1:EndX> <d3p1:EndY>4</d3p1:EndY> <d3p1:StartX>1</d3p1:StartX> <d3p1:StartY>2</d3p1:StartY> </d2p1:ZoomParameter> </BedSetting> <BedToolButtons> <FlipHorizontalButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </FlipHorizontalButton> <FlipVerticalButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </FlipVerticalButton> <RollNewelsButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </RollNewelsButton> <RotateAntiClockWiseButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </RotateAntiClockWiseButton> <RotateClockWiseButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </RotateClockWiseButton> <RotateFlatButton xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls"> <d3p1:Caption>sample string 3</d3p1:Caption> <d3p1:Enabled>true</d3p1:Enabled> <d3p1:Visible>true</d3p1:Visible> </RotateFlatButton> </BedToolButtons> <CncBed>sample string 1</CncBed> <CncComponents> <CncGridDto> <DepthText>sample string 8</DepthText> <Description xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </Description> <DescriptionShort>sample string 5</DescriptionShort> <FieldId>2</FieldId> <GCat>sample string 4</GCat> <GroupName>sample string 15</GroupName> <HasChildren>true</HasChildren> <LengthText>sample string 9</LengthText> <Status>sample string 3</Status> <Timber>sample string 6</Timber> <TrackId>sample string 1</TrackId> <WidthText>sample string 7</WidthText> <expanded>true</expanded> <isLeaf>true</isLeaf> <isMdf>true</isMdf> <level>11</level> <parent>1</parent> </CncGridDto> <CncGridDto> <DepthText>sample string 8</DepthText> <Description xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </Description> <DescriptionShort>sample string 5</DescriptionShort> <FieldId>2</FieldId> <GCat>sample string 4</GCat> <GroupName>sample string 15</GroupName> <HasChildren>true</HasChildren> <LengthText>sample string 9</LengthText> <Status>sample string 3</Status> <Timber>sample string 6</Timber> <TrackId>sample string 1</TrackId> <WidthText>sample string 7</WidthText> <expanded>true</expanded> <isLeaf>true</isLeaf> <isMdf>true</isMdf> <level>11</level> <parent>1</parent> </CncGridDto> </CncComponents> <CncMachineCurrentIndex>4</CncMachineCurrentIndex> <CncMachines> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </CncMachines> <CurrentMachineNotFound>true</CurrentMachineNotFound> <CurrentMachineNotFoundMessage>sample string 13</CurrentMachineNotFoundMessage> <CutLines>sample string 19</CutLines> <CutList> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </CutList> <CutListCurrentIndex>6</CutListCurrentIndex> <DockingSawCurrentIndex>5</DockingSawCurrentIndex> <DockingSaws> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </DockingSaws> <ExportFormats> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </ExportFormats> <ExportPath>sample string 11</ExportPath> <Grids> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </Grids> <InvalidSplitResumeAt>true</InvalidSplitResumeAt> <InvalidSplitResumeAtMessage>sample string 17</InvalidSplitResumeAtMessage> <IsJobInProgress>true</IsJobInProgress> <IsPlaceLabel>true</IsPlaceLabel> <MachineLockInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <d2p1:IsMachineLocked>true</d2p1:IsMachineLocked> <d2p1:LockedBy>sample string 2</d2p1:LockedBy> </MachineLockInformation> <Message>sample string 29</Message> <NewTemplateName>sample string 8</NewTemplateName> <NosingOverrides> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </NosingOverrides> <Notification xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Common"> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 2</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_Title_x003E_k__BackingField>sample string 1</d2p1:_x003C_Title_x003E_k__BackingField> <d2p1:_x003C_Type_x003E_k__BackingField>Default</d2p1:_x003C_Type_x003E_k__BackingField> </Notification> <PrintNote>sample string 18</PrintNote> <RefreshBed>true</RefreshBed> <ResetList>true</ResetList> <RotateValue>32</RotateValue> <ScaleHeight>25</ScaleHeight> <ScaleLeft>24</ScaleLeft> <ScaleTop>23</ScaleTop> <ScaleWidth>26</ScaleWidth> <SessionDirty>true</SessionDirty> <SessionMenu> <DeleteEnabled>true</DeleteEnabled> <NewEnabled>true</NewEnabled> <SaveAsEnabled>true</SaveAsEnabled> <SaveEnabled>true</SaveEnabled> </SessionMenu> <SessionSave>true</SessionSave> <SessionUsingGlobalTemplate>true</SessionUsingGlobalTemplate> <Sheets> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </Sheets> <StringMustBeSelected>true</StringMustBeSelected> <StringMustBeSelectedMessage>sample string 15</StringMustBeSelectedMessage> <Success>true</Success> <TemplateLabel>sample string 10</TemplateLabel> <Templates> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> <LookupDto> <_x003C_Description_x003E_k__BackingField>sample string 5</_x003C_Description_x003E_k__BackingField> <_x003C_IdString_x003E_k__BackingField>sample string 2</_x003C_IdString_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 3</_x003C_Name_x003E_k__BackingField> <_x003C_ParentId_x003E_k__BackingField>sample string 4</_x003C_ParentId_x003E_k__BackingField> <_x003C_ParentUid_x003E_k__BackingField>8265134c-1f49-4c97-9d41-d28beb40f070</_x003C_ParentUid_x003E_k__BackingField> <_x003C_Selected_x003E_k__BackingField>true</_x003C_Selected_x003E_k__BackingField> <_x003C_SortIndex_x003E_k__BackingField>7</_x003C_SortIndex_x003E_k__BackingField> <_x003C_UniqueId_x003E_k__BackingField>6535ee26-3934-4d2c-b91d-7ee4c9bdb60f</_x003C_UniqueId_x003E_k__BackingField> </LookupDto> </Templates> <TemplatesCurrentIndex>7</TemplatesCurrentIndex> <TestCutList xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <d2p1:CNCBedTestCutListViewModel> <d2p1:ArcInverse>true</d2p1:ArcInverse> <d2p1:ArcRadius>6.1</d2p1:ArcRadius> <d2p1:CenterX>9.1</d2p1:CenterX> <d2p1:CenterY>10.1</d2p1:CenterY> <d2p1:Color>sample string 7</d2p1:Color> <d2p1:DrawType>15</d2p1:DrawType> <d2p1:EndX>3</d2p1:EndX> <d2p1:EndY>4</d2p1:EndY> <d2p1:RadEnd>14.1</d2p1:RadEnd> <d2p1:RadStart>13.1</d2p1:RadStart> <d2p1:StartX>1</d2p1:StartX> <d2p1:StartY>2</d2p1:StartY> <d2p1:SttX>11.1</d2p1:SttX> <d2p1:SttY>12.1</d2p1:SttY> <d2p1:ToolRadius>5.1</d2p1:ToolRadius> <d2p1:TraverseType>Travel</d2p1:TraverseType> </d2p1:CNCBedTestCutListViewModel> <d2p1:CNCBedTestCutListViewModel> <d2p1:ArcInverse>true</d2p1:ArcInverse> <d2p1:ArcRadius>6.1</d2p1:ArcRadius> <d2p1:CenterX>9.1</d2p1:CenterX> <d2p1:CenterY>10.1</d2p1:CenterY> <d2p1:Color>sample string 7</d2p1:Color> <d2p1:DrawType>15</d2p1:DrawType> <d2p1:EndX>3</d2p1:EndX> <d2p1:EndY>4</d2p1:EndY> <d2p1:RadEnd>14.1</d2p1:RadEnd> <d2p1:RadStart>13.1</d2p1:RadStart> <d2p1:StartX>1</d2p1:StartX> <d2p1:StartY>2</d2p1:StartY> <d2p1:SttX>11.1</d2p1:SttX> <d2p1:SttY>12.1</d2p1:SttY> <d2p1:ToolRadius>5.1</d2p1:ToolRadius> <d2p1:TraverseType>Travel</d2p1:TraverseType> </d2p1:CNCBedTestCutListViewModel> </TestCutList> <ToolColors xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <d2p1:CncToolColorViewModel> <d2p1:Text>sample string 2</d2p1:Text> <d2p1:ToolColor>sample string 1</d2p1:ToolColor> </d2p1:CncToolColorViewModel> <d2p1:CncToolColorViewModel> <d2p1:Text>sample string 2</d2p1:Text> <d2p1:ToolColor>sample string 1</d2p1:ToolColor> </d2p1:CncToolColorViewModel> </ToolColors> <TrackId>sample string 31</TrackId> </CncBedDrawingDto>