개정판 195f079d
issue #0000 DIG project 추가
Change-Id: I4c33372aa9b1e354ad399321f21d13a346a81564
MARKUSStart/Markus/MainWindow.xaml.cs | ||
---|---|---|
61 | 61 |
return Convert.ToBase64String(oEncoding.GetBytes(EncodingText)); |
62 | 62 |
|
63 | 63 |
} |
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 |
} |
|
75 |
|
|
76 |
/// <summary> |
|
77 |
/// 생성자 |
|
78 |
/// </summary> |
|
79 |
//public ViewInfo() |
|
80 |
//{ |
|
81 |
// bPartner = false; |
|
82 |
// CreateFinalPDFPermission = true; |
|
83 |
// NewCommentPermission = true; |
|
84 |
//} |
|
85 |
|
|
64 | 86 |
} |
65 | 87 |
} |
내보내기 Unified diff