프로젝트

일반

사용자정보

개정판 b2948d06

IDb2948d06c486bf0589d30b4091a51b9299139370
상위 058a4c0d
하위 69f2fae1, 3ae68e58

김태성이(가) 9달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)