프로젝트

일반

사용자정보

개정판 9fa712a5

ID9fa712a5405a5ac79aefe775758c51e198ae5db2
상위 4ca11b36
하위 fb8d74b1

김동진이(가) 6년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)