프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / SubStationServiceItem.cs @ master

이력 | 보기 | 이력해설 | 다운로드 (529 Bytes)

1
using Markus.Service.DataBase.Entities;
2
using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.Text;
6
using System.Threading.Tasks;
7

    
8
namespace Markus.Service
9
{
10
    public class SubStationServiceItem
11
    {
12
        public bool IsOnline { get; set; }
13
        public SERVICEPROPERTIES Properties { get;set;}
14
        public WcfClient.StationServiceTask.StationServiceClient Service { get; set; }
15
        public int AliveCount { get; set; }
16
        public List<ConvertDoc> ConvertItems { get; set; }
17
    }
18
}
클립보드 이미지 추가 (최대 크기: 500 MB)