GET api/Style/GetStyleDetails?styleId={styleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| styleId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
StyleMainViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Categories | Collection of LookupDto |
None. |
|
| Styles | Collection of LookupDto |
None. |
|
| Themes | Collection of LookupDto |
None. |
|
| Winders | Collection of LookupDto |
None. |
|
| Fittings | Collection of LookupDto |
None. |
|
| CurrentStyle | StyleViewModel |
None. |
|
| CurrentCategoryIndex | integer |
None. |
|
| CurrentCategoryId | integer |
None. |
|
| ShowNotes | boolean |
None. |
|
| ShowProfile | boolean |
None. |
|
| IsShowDepthBeforeWidth | boolean |
None. |
|
| CurrentStyleId | integer |
None. |
|
| CurrentStyleIndex | integer |
None. |
|
| StyleSaveResult | StyleResultViewModel |
None. |
|
| DeleteAll | boolean |
None. |
|
| DeleteSizeInTimberCost | boolean |
None. |
|
| Parts | Collection of PartLookupViewModel |
None. |
|
| ExportViewModel | ExportViewModel |
None. |
|
| ImportViewModel | ImportViewModel |
None. |
|
| DeleteExtras | boolean |
None. |
|
| ImportResultViewModel | ImportResultViewModel |
None. |
|
| FieldNameUpdate | string |
None. |
|
| IsInComponentStore | boolean |
None. |
|
| WindowLock | LockInformationModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"categories": [
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
},
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
}
],
"styles": [
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
},
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
}
],
"themes": [
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
},
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
}
],
"winders": [
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
},
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
}
],
"fittings": [
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
},
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "a2bbdafe-8d59-4224-a2db-922fef5a67b0",
"parentUid": "18847f90-fbde-4abd-8f67-78e6ea56e0e0",
"clientDefaultContactUid": "3892e0a0-3e6a-4c42-ac49-5d221beed7bf"
}
],
"currentStyle": {
"id": "ee91ee69-82d4-455f-b658-556d5caaaa12",
"companyId": 1,
"category": 1,
"styleName": "sample string 2",
"description": "sample string 3",
"styleClass": "sample string 4",
"sizeId": 1,
"width": "sample string 5",
"widthValue": 1,
"depth": "sample string 6",
"depthValue": 1,
"styleNote": "sample string 7",
"timberThemeId": 1,
"timberThemeName": "sample string 8",
"fittingBlobUid": "5b619ed4-e931-4a03-b296-eea4afad0a21",
"fittingBlobName": "sample string 9",
"partId": 1,
"partCode": "sample string 10",
"partOption": 11,
"styleType": 12,
"styleTypeRevert": 1,
"styleTypeRevertText": "sample string 13",
"styleVersion": 1,
"outHouseCost": "sample string 14",
"optionMask": 1,
"turnTime": 1,
"photoId": 1,
"photoCaption": "sample string 15",
"value1": 1,
"value2": 1,
"value3": 1,
"value4": 1,
"value5": 1,
"value6": 1,
"value7": 1,
"value8": 1,
"value9": 1,
"value10": 1,
"value11": 1,
"value12": 1,
"value13": 1,
"value14": 1,
"value1Text": "sample string 16",
"value2Text": "sample string 17",
"value3Text": "sample string 18",
"value4Text": "sample string 19",
"value5Text": "sample string 20",
"value6Text": "sample string 21",
"value7Text": "sample string 22",
"value8Text": "sample string 23",
"value9Text": "sample string 24",
"value10Text": "sample string 25",
"value11Text": "sample string 26",
"value12Text": "sample string 27",
"value13Text": "sample string 28",
"value14Text": "sample string 29",
"checkBox1": true,
"checkBox2": true,
"checkBox3": true,
"checkBox4": true,
"checkBox5": true,
"checkBox6": true,
"checkBox7": true,
"checkBox8": true,
"checkBox9": true,
"widthVisible": true,
"depthVisible": true,
"themeVisible": true,
"optionTypesEnabled": [
true,
true
],
"valuesCaptions": [
"sample string 1",
"sample string 2"
],
"checkboxesCaptions": [
"sample string 1",
"sample string 2"
],
"valuesVisible": [
true,
true
],
"checkboxesVisible": [
true,
true
],
"fittingVisible": true,
"fittingsLabel": "sample string 43",
"fittingEnabled": true,
"costMinutesLabel": "sample string 45",
"costMinutesEnabled": true,
"partOption1Enabled": true,
"partOption2Enabled": true,
"setPartButtonEnabled": true,
"partIdEnabled": true,
"deleteInTimberCost": true,
"valuesEnabled": [
true,
true
],
"checkboxesEnabled": [
true,
true
],
"depthEnabled": true,
"widthEnabled": true,
"selectedIndex": 53,
"styleInList": "sample string 54",
"valueMultiplier": 55.1,
"isFromJobComponent": true
},
"currentCategoryIndex": 1,
"currentCategoryId": 2,
"showNotes": true,
"showProfile": true,
"isShowDepthBeforeWidth": true,
"currentStyleId": 6,
"currentStyleIndex": 7,
"styleSaveResult": {
"saveSuccess": true,
"styleNameAndSize": "sample string 2",
"invalidDepthInFrets": true,
"invalidDepthInFretsMessage": "sample string 4",
"styleExists": true,
"styleExistsMessage": "sample string 6",
"duplicateClass": true,
"duplicateClassMessage": "sample string 8",
"noPartId": true,
"noPartIdMessage": "sample string 10",
"isNewStyle": true,
"newStyleId": "a2961c15-de2e-4d3c-96f7-fd41efad5d17",
"categoryId": 12,
"errorMessage": "sample string 13",
"errorType": "sample string 14",
"confirmDeleteTimberCostMessage": "sample string 15",
"unusedTimberSizeId": 16
},
"deleteAll": true,
"deleteSizeInTimberCost": true,
"parts": [
{
"id": "63f5d10e-0aa5-488c-8737-a682c35a3999",
"partStyle": "sample string 1",
"partDescription": "sample string 2",
"partCode": "sample string 3"
},
{
"id": "63f5d10e-0aa5-488c-8737-a682c35a3999",
"partStyle": "sample string 1",
"partDescription": "sample string 2",
"partCode": "sample string 3"
}
],
"exportViewModel": {
"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
}
],
"exportType": 13
},
"importViewModel": {
"fileName": "sample string 1",
"path": "sample string 2"
},
"deleteExtras": true,
"importResultViewModel": {
"success": true,
"message": "sample string 2"
},
"fieldNameUpdate": "sample string 10",
"isInComponentStore": true,
"windowLock": {
"isLocked": true,
"lockedBy": "sample string 2"
}
}
application/xml, text/xml
Sample:
<StyleMainViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<Categories xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
</Categories>
<CurrentCategoryId>2</CurrentCategoryId>
<CurrentCategoryIndex>1</CurrentCategoryIndex>
<CurrentStyle>
<Category>1</Category>
<CheckBox1>true</CheckBox1>
<CheckBox2>true</CheckBox2>
<CheckBox3>true</CheckBox3>
<CheckBox4>true</CheckBox4>
<CheckBox5>true</CheckBox5>
<CheckBox6>true</CheckBox6>
<CheckBox7>true</CheckBox7>
<CheckBox8>true</CheckBox8>
<CheckBox9>true</CheckBox9>
<CheckboxesCaptions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</CheckboxesCaptions>
<CheckboxesEnabled xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</CheckboxesEnabled>
<CheckboxesVisible xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</CheckboxesVisible>
<CompanyId>1</CompanyId>
<CostMinutesEnabled>true</CostMinutesEnabled>
<CostMinutesLabel>sample string 45</CostMinutesLabel>
<DeleteInTimberCost>true</DeleteInTimberCost>
<Depth>sample string 6</Depth>
<DepthEnabled>true</DepthEnabled>
<DepthValue>1</DepthValue>
<DepthVisible>true</DepthVisible>
<Description>sample string 3</Description>
<FittingBlobName>sample string 9</FittingBlobName>
<FittingBlobUid>5b619ed4-e931-4a03-b296-eea4afad0a21</FittingBlobUid>
<FittingEnabled>true</FittingEnabled>
<FittingVisible>true</FittingVisible>
<FittingsLabel>sample string 43</FittingsLabel>
<Id>ee91ee69-82d4-455f-b658-556d5caaaa12</Id>
<IsFromJobComponent>true</IsFromJobComponent>
<OptionMask>1</OptionMask>
<OptionTypesEnabled xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</OptionTypesEnabled>
<OutHouseCost>sample string 14</OutHouseCost>
<PartCode>sample string 10</PartCode>
<PartId>1</PartId>
<PartIdEnabled>true</PartIdEnabled>
<PartOption>11</PartOption>
<PartOption1Enabled>true</PartOption1Enabled>
<PartOption2Enabled>true</PartOption2Enabled>
<PhotoCaption>sample string 15</PhotoCaption>
<PhotoId>1</PhotoId>
<SelectedIndex>53</SelectedIndex>
<SetPartButtonEnabled>true</SetPartButtonEnabled>
<SizeId>1</SizeId>
<StyleClass>sample string 4</StyleClass>
<StyleInList>sample string 54</StyleInList>
<StyleName>sample string 2</StyleName>
<StyleNote>sample string 7</StyleNote>
<StyleType>12</StyleType>
<StyleTypeRevert>1</StyleTypeRevert>
<StyleTypeRevertText>sample string 13</StyleTypeRevertText>
<StyleVersion>1</StyleVersion>
<ThemeVisible>true</ThemeVisible>
<TimberThemeId>1</TimberThemeId>
<TimberThemeName>sample string 8</TimberThemeName>
<TurnTime>1</TurnTime>
<Value1>1</Value1>
<Value10>1</Value10>
<Value10Text>sample string 25</Value10Text>
<Value11>1</Value11>
<Value11Text>sample string 26</Value11Text>
<Value12>1</Value12>
<Value12Text>sample string 27</Value12Text>
<Value13>1</Value13>
<Value13Text>sample string 28</Value13Text>
<Value14>1</Value14>
<Value14Text>sample string 29</Value14Text>
<Value1Text>sample string 16</Value1Text>
<Value2>1</Value2>
<Value2Text>sample string 17</Value2Text>
<Value3>1</Value3>
<Value3Text>sample string 18</Value3Text>
<Value4>1</Value4>
<Value4Text>sample string 19</Value4Text>
<Value5>1</Value5>
<Value5Text>sample string 20</Value5Text>
<Value6>1</Value6>
<Value6Text>sample string 21</Value6Text>
<Value7>1</Value7>
<Value7Text>sample string 22</Value7Text>
<Value8>1</Value8>
<Value8Text>sample string 23</Value8Text>
<Value9>1</Value9>
<Value9Text>sample string 24</Value9Text>
<ValueMultiplier>55.1</ValueMultiplier>
<ValuesCaptions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</ValuesCaptions>
<ValuesEnabled xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</ValuesEnabled>
<ValuesVisible xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:boolean>true</d3p1:boolean>
<d3p1:boolean>true</d3p1:boolean>
</ValuesVisible>
<Width>sample string 5</Width>
<WidthEnabled>true</WidthEnabled>
<WidthValue>1</WidthValue>
<WidthVisible>true</WidthVisible>
</CurrentStyle>
<CurrentStyleId>6</CurrentStyleId>
<CurrentStyleIndex>7</CurrentStyleIndex>
<DeleteAll>true</DeleteAll>
<DeleteExtras>true</DeleteExtras>
<DeleteSizeInTimberCost>true</DeleteSizeInTimberCost>
<ExportViewModel>
<DockSawFiles>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</DockSawFiles>
<ExportFilesPerPc>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</ExportFilesPerPc>
<ExportType>13</ExportType>
<FileContent>sample string 5</FileContent>
<FileData xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
<FileName>sample string 4</FileName>
<Message>sample string 2</Message>
<OneSavePrompt>true</OneSavePrompt>
<PageContentList>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
</PageContentList>
<Path>sample string 3</Path>
<PostProcessArgument>sample string 11</PostProcessArgument>
<PostProcessCL>sample string 9</PostProcessCL>
<PostProcessCLPath>sample string 10</PostProcessCLPath>
<SequenceFileContent>sample string 6</SequenceFileContent>
<SequenceFileName>sample string 8</SequenceFileName>
<SequenceFilePath>sample string 7</SequenceFilePath>
<Success>true</Success>
</ExportViewModel>
<FieldNameUpdate>sample string 10</FieldNameUpdate>
<Fittings xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
</Fittings>
<ImportResultViewModel>
<Message>sample string 2</Message>
<Success>true</Success>
</ImportResultViewModel>
<ImportViewModel>
<FileName>sample string 1</FileName>
<Path>sample string 2</Path>
</ImportViewModel>
<IsInComponentStore>true</IsInComponentStore>
<IsShowDepthBeforeWidth>true</IsShowDepthBeforeWidth>
<Parts>
<PartLookupViewModel>
<Id>63f5d10e-0aa5-488c-8737-a682c35a3999</Id>
<PartCode>sample string 3</PartCode>
<PartDescription>sample string 2</PartDescription>
<PartStyle>sample string 1</PartStyle>
</PartLookupViewModel>
<PartLookupViewModel>
<Id>63f5d10e-0aa5-488c-8737-a682c35a3999</Id>
<PartCode>sample string 3</PartCode>
<PartDescription>sample string 2</PartDescription>
<PartStyle>sample string 1</PartStyle>
</PartLookupViewModel>
</Parts>
<ShowNotes>true</ShowNotes>
<ShowProfile>true</ShowProfile>
<StyleSaveResult>
<CategoryId>12</CategoryId>
<ConfirmDeleteTimberCostMessage>sample string 15</ConfirmDeleteTimberCostMessage>
<DuplicateClass>true</DuplicateClass>
<DuplicateClassMessage>sample string 8</DuplicateClassMessage>
<ErrorMessage>sample string 13</ErrorMessage>
<ErrorType>sample string 14</ErrorType>
<InvalidDepthInFrets>true</InvalidDepthInFrets>
<InvalidDepthInFretsMessage>sample string 4</InvalidDepthInFretsMessage>
<IsNewStyle>true</IsNewStyle>
<NewStyleId>a2961c15-de2e-4d3c-96f7-fd41efad5d17</NewStyleId>
<NoPartId>true</NoPartId>
<NoPartIdMessage>sample string 10</NoPartIdMessage>
<SaveSuccess>true</SaveSuccess>
<StyleExists>true</StyleExists>
<StyleExistsMessage>sample string 6</StyleExistsMessage>
<StyleNameAndSize>sample string 2</StyleNameAndSize>
<UnusedTimberSizeId>16</UnusedTimberSizeId>
</StyleSaveResult>
<Styles xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
</Styles>
<Themes xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
</Themes>
<Winders xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>3892e0a0-3e6a-4c42-ac49-5d221beed7bf</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>18847f90-fbde-4abd-8f67-78e6ea56e0e0</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>a2bbdafe-8d59-4224-a2db-922fef5a67b0</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
</Winders>
<WindowLock xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.GlobalCache">
<d2p1:IsLocked>true</d2p1:IsLocked>
<d2p1:LockedBy>sample string 2</d2p1:LockedBy>
</WindowLock>
</StyleMainViewModel>