markus / ConvertService / ServiceBase / Markus.Service.Station / ApplicationDefine.cs @ cdfb57ff
이력 | 보기 | 이력해설 | 다운로드 (1.17 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 | public const string CONVERT_SERVICE_PROCESS = "CONVERT_SERVICE_PROCESS"; |
||
14 | public const string CREATE_WINDOW = "WINDOW"; |
||
15 | |||
16 | public const string MARKUS_CONNECTION_STRING = "MarkusDataBaseConnectionString"; |
||
17 | public const string DOWNLOAD_TEMP_FOLDER = "DownloadTempFolder"; |
||
18 | public const string WCF_ENDPOINT = "WCF_ENDPOINT"; |
||
19 | public const string STATION_PORT = "STATION_PORT"; |
||
20 | public const string CONVERT_PORT = "CONVERT_PORT"; |
||
21 | public const string FINAL_PORT = "FINAL_PORT"; |
||
22 | |||
23 | public const string STATION_SERVICE_NAME = "STATION_SERVICE_NAME"; |
||
24 | public const string MULTI_TRHEAD_MAX_PAGE = "MULTI_TRHEAD_MAX_PAGE"; |
||
25 | public const string MIN_FONT_SIZE = "MIN_FONT_SIZE"; |
||
26 | 2091a7e5 | taeseongkim | public const string USE_RESOLUTION = "USE_RESOLUTION"; |
27 | 53c9637d | taeseongkim | |
28 | public const string SAVE_STATUS_INTERVAL = "SAVE_STATUS_INTERVAL"; |
||
29 | public const string FITER_PROCECT = "FITER_PROCECT"; |
||
30 | } |
||
31 | } |