markus / ConvertService / ServiceBase / Markus.Service.Station / ApplicationDefine.cs @ 48e1ab34
이력 | 보기 | 이력해설 | 다운로드 (1.42 KB)
1 | 53c9637d | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace Markus.Service |
||
8 | { |
||
9 | public static class CONFIG_DEFINE |
||
10 | { |
||
11 | |||
12 | public const string SERVICE = "SERVICE"; |
||
13 | 0157b158 | taeseongkim | public const string IS_WATCH = "IS_WATCH"; |
14 | public const string SERVICE_ID = "SERVICE_ID"; |
||
15 | public const string SERVICE_LIST = "SERVICE_LIST"; |
||
16 | |||
17 | 53c9637d | taeseongkim | public const string CONVERT_SERVICE_PROCESS = "CONVERT_SERVICE_PROCESS"; |
18 | public const string CREATE_WINDOW = "WINDOW"; |
||
19 | |||
20 | public const string MARKUS_CONNECTION_STRING = "MarkusDataBaseConnectionString"; |
||
21 | public const string DOWNLOAD_TEMP_FOLDER = "DownloadTempFolder"; |
||
22 | public const string WCF_ENDPOINT = "WCF_ENDPOINT"; |
||
23 | public const string STATION_PORT = "STATION_PORT"; |
||
24 | public const string CONVERT_PORT = "CONVERT_PORT"; |
||
25 | public const string FINAL_PORT = "FINAL_PORT"; |
||
26 | |||
27 | public const string STATION_SERVICE_NAME = "STATION_SERVICE_NAME"; |
||
28 | public const string MULTI_TRHEAD_MAX_PAGE = "MULTI_TRHEAD_MAX_PAGE"; |
||
29 | public const string MIN_FONT_SIZE = "MIN_FONT_SIZE"; |
||
30 | 2091a7e5 | taeseongkim | public const string USE_RESOLUTION = "USE_RESOLUTION"; |
31 | 8feb21df | taeseongkim | public const string RELEASE_WORK_MEMORY = "RELEASE_WORK_MEMORY"; |
32 | 53c9637d | taeseongkim | |
33 | 8feb21df | taeseongkim | |
34 | 53c9637d | taeseongkim | public const string SAVE_STATUS_INTERVAL = "SAVE_STATUS_INTERVAL"; |
35 | public const string FITER_PROCECT = "FITER_PROCECT"; |
||
36 | } |
||
37 | } |