개정판 b2948d06
issue #00000 FinalPDF Result Link 업데이트 API 추가
Change-Id: I61608d9477c1e2e086bcb858fc8d8b1128a11e1e
MARKUSStart/Markus/MainWindow.xaml.cs | ||
---|---|---|
38 | 38 |
|
39 | 39 |
Process.Start(startInfo); |
40 | 40 |
} |
41 |
|
|
41 | 42 |
public static string CreateMarkusParam(string projectNo, string documentID, string userID, bool? partner, bool? createfinal, bool? newcomment) |
42 | 43 |
{ |
43 | 44 |
ViewInfo viewInfo = new ViewInfo(); |
... | ... | |
61 | 62 |
return Convert.ToBase64String(oEncoding.GetBytes(EncodingText)); |
62 | 63 |
|
63 | 64 |
} |
64 |
} |
|
65 |
|
|
66 |
public class ViewInfo |
|
67 |
{ |
|
68 |
public string DocumentItemID { get; set; } |
|
69 |
public bool? bPartner { get; set; } = false; |
|
70 |
public bool? CreateFinalPDFPermission { get; set; } = false; |
|
71 |
public bool? NewCommentPermission { get; set; } = false; |
|
72 |
public string ProjectNO { get; set; } |
|
73 |
public string UserID { get; set; } |
|
74 | 65 |
} |
75 |
|
|
76 | 66 |
/// <summary> |
77 | 67 |
/// 생성자 |
78 | 68 |
/// </summary> |
... | ... | |
83 | 73 |
// NewCommentPermission = true; |
84 | 74 |
//} |
85 | 75 |
|
86 |
} |
|
87 |
} |
|
76 |
} |
내보내기 Unified diff