개정판 9fa712a5
issue #000 누락파일 추가
ConvertService/ConverterService/DZConverterLib/DAL/Enums/FinalStatus.cs | ||
---|---|---|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
|
|
6 |
namespace DZConverterLib.Enums |
|
7 |
{ |
|
8 |
public enum FinalStatus |
|
9 |
{ |
|
10 |
/// <summary> |
|
11 |
/// Final PDF를 만들기 위한 순서에 추가 |
|
12 |
/// </summary> |
|
13 |
Insert = 0, |
|
14 |
|
|
15 |
/// <summary> |
|
16 |
/// 앞의 final이 처리중일때 대기 |
|
17 |
/// </summary> |
|
18 |
Wait = 1, |
|
19 |
|
|
20 |
/// <summary> |
|
21 |
/// 만들고 있는중 |
|
22 |
/// 이때 데이터베이스에 Current Page는 만들고 있는 페이지 |
|
23 |
/// </summary> |
|
24 |
Create = 2, |
|
25 |
|
|
26 |
/// <summary> |
|
27 |
/// final pdf 완료시 |
|
28 |
/// </summary> |
|
29 |
Seccess = 99, |
|
30 |
|
|
31 |
/// <summary> |
|
32 |
/// 에러 |
|
33 |
/// </summary> |
|
34 |
Error = 88 |
|
35 |
} |
|
36 |
} |
ConvertService/ConverterService/DZConverterLib/DZConverterLib.csproj | ||
---|---|---|
116 | 116 |
<SubType>Component</SubType> |
117 | 117 |
</Compile> |
118 | 118 |
<Compile Include="DAL\Auth\FileFactoryEventargs.cs" /> |
119 |
<Compile Include="DAL\Enums\FinalStatus.cs" /> |
|
119 | 120 |
<Compile Include="DAL\ResultSet.cs" /> |
120 | 121 |
<Compile Include="DZConverter.cs" /> |
121 |
<Compile Include="Enums\FinalStatus.cs" /> |
|
122 | 122 |
<Compile Include="Events\EventMembers.cs" /> |
123 | 123 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
124 | 124 |
<Compile Include="Properties\Settings.Designer.cs"> |
내보내기 Unified diff