markus / ConvertService / ServiceBase / Markus.Service.DataBase / PropertiesTableDefine.cs @ 218e5002
이력 | 보기 | 이력해설 | 다운로드 (815 Bytes)
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.DataBase |
||
8 | { |
||
9 | public class PROPERTIES_DEFINE |
||
10 | { |
||
11 | public const string INITIAL_CATALOG = "InitialCatalog"; |
||
12 | public const string DISPLAY_COLOR = "DisplayColor"; |
||
13 | public const string TILE_SOURCE_PATH = "TileSorcePath"; |
||
14 | public const string TILE_SOURCE_STORAGE = "TileSorceStorage"; |
||
15 | public const string FILNAL_STORAGE_LOCAL = "FinalPDFStorageLocal"; |
||
16 | public const string FILNAL_STORAGE_REMOTE = "FinalPDFStorageRemote"; |
||
17 | |||
18 | public const string SERVER_PATH_INTERNAL = "InternalComment"; |
||
19 | public const string SERVER_PATH_EXTERNAL = "ExternalComment"; |
||
20 | |||
21 | public const string VIPS_SETTING = "VipsSetting"; |
||
22 | } |
||
23 | } |