-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQOptions.cs
53 lines (32 loc) · 1.32 KB
/
QOptions.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// Decompiled with JetBrains decompiler
// Type: CraftCMS.QOptions
// Assembly: WebOrderImportCraft, Version=1000.510.8894.24695, Culture=neutral, PublicKeyToken=bf11c4f15ab4e1ef
// MVID: F965BC17-D6AC-43D0-B104-3E53F0C380F8
// Assembly location: P:\Synergy\VMAWS Custom Apps\WebOrderImportCraft\WebOrderImportCraft.exe
namespace CraftCMS
{
public class QOptions
{
public string SelfLockingDevice { get; set; }
public string Finish { get; set; }
public string LengthL { get; set; }
public string AssemblyOptions { get; set; }
public string Length { get; set; }
public string ScrewDriverSlot { get; set; }
public string Thickness { get; set; }
public string ThreadLengthG { get; set; }
public string OptionalFinish { get; set; }
public string LockWasherType { get; set; }
public string Color { get; set; }
public string InsideDiameter { get; set; }
public string ShankLength { get; set; }
public string ShankLengthD { get; set; }
public string ShankLengthE { get; set; }
public string InsideDiameterA { get; set; }
public string ShankDiameterB { get; set; }
public string ACentertoCenter { get; set; }
public string SelflockingDevice { get; set; }
public string Assembly { get; set; }
public string PanelRetainerSizeR { get; set; }
}
}