프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / ApplicationDefine.cs @ 05fd750b

이력 | 보기 | 이력해설 | 다운로드 (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 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
        public const string DOWNLOAD_TEMP_FOLDER = "DownloadTempFolder";
23
        public const string WCF_ENDPOINT = "WCF_ENDPOINT";
24
        public const string STATION_PORT = "STATION_PORT";
25
        public const string CONVERT_PORT = "CONVERT_PORT";
26
        public const string FINAL_PORT = "FINAL_PORT";
27
        
28
        public const string STATION_SERVICE_NAME = "STATION_SERVICE_NAME";
29
        public const string MULTI_TRHEAD_MAX_PAGE = "MULTI_TRHEAD_MAX_PAGE";
30
        public const string MIN_FONT_SIZE = "MIN_FONT_SIZE";
31 2091a7e5 taeseongkim
        public const string USE_RESOLUTION = "USE_RESOLUTION";
32 8feb21df taeseongkim
        public const string RELEASE_WORK_MEMORY = "RELEASE_WORK_MEMORY";
33 53c9637d taeseongkim
34 8feb21df taeseongkim
        
35 53c9637d taeseongkim
        public const string SAVE_STATUS_INTERVAL = "SAVE_STATUS_INTERVAL";
36
        public const string FITER_PROCECT = "FITER_PROCECT";
37
    }
38
}
클립보드 이미지 추가 (최대 크기: 500 MB)