프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.Station / ApplicationDefine.cs @ 8acc4862

이력 | 보기 | 이력해설 | 다운로드 (1.53 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 06f13e11 taeseongkim
        public const string IS_STATAION = "IS_STATAION";
14
        public const string STATAION_ADDRESS = "STATAION_ADDRESS";
15
        
16 0157b158 taeseongkim
        public const string SERVICE_ID = "SERVICE_ID";
17
        public const string SERVICE_LIST = "SERVICE_LIST";
18
19 53c9637d taeseongkim
        public const string CREATE_WINDOW = "WINDOW";
20
21
        public const string MARKUS_CONNECTION_STRING = "MarkusDataBaseConnectionString";
22 731c84b8 taeseongkim
        public const string DBTYPE = "DBTYPE";
23 53c9637d taeseongkim
        public const string DOWNLOAD_TEMP_FOLDER = "DownloadTempFolder";
24 950e6b84 taeseongkim
        public const string FONTS_FOLDER = "FontsFolder";
25
        
26 53c9637d taeseongkim
        public const string WCF_ENDPOINT = "WCF_ENDPOINT";
27
        public const string STATION_PORT = "STATION_PORT";
28
        public const string CONVERT_PORT = "CONVERT_PORT";
29
        public const string FINAL_PORT = "FINAL_PORT";
30
        
31
        public const string STATION_SERVICE_NAME = "STATION_SERVICE_NAME";
32
        public const string MULTI_TRHEAD_MAX_PAGE = "MULTI_TRHEAD_MAX_PAGE";
33
        public const string MIN_FONT_SIZE = "MIN_FONT_SIZE";
34 2091a7e5 taeseongkim
        public const string USE_RESOLUTION = "USE_RESOLUTION";
35 8feb21df taeseongkim
        public const string RELEASE_WORK_MEMORY = "RELEASE_WORK_MEMORY";
36 53c9637d taeseongkim
37 8feb21df taeseongkim
        
38 53c9637d taeseongkim
        public const string SAVE_STATUS_INTERVAL = "SAVE_STATUS_INTERVAL";
39
        public const string FITER_PROCECT = "FITER_PROCECT";
40
    }
41
}
클립보드 이미지 추가 (최대 크기: 500 MB)