C# 클래스 个人日程管理.Model.Task

상속: 个人日程管理.Model.BaseModel
파일 보기 프로젝트 열기: lizhirui/PersonalScheduleManager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_firstStartTime DateTime
_hasChild bool
_hasLinkedEvent bool
_hasSameUnit bool
_lastEndTime DateTime
createdTime DateTime
description string
finishedProgress int
id int
parentId int
progressUnit string
title string
totalProgress int

프로퍼티 상세

_firstStartTime 공개적으로 프로퍼티

public DateTime _firstStartTime
리턴 DateTime

_hasChild 공개적으로 프로퍼티

public bool _hasChild
리턴 bool

_hasLinkedEvent 공개적으로 프로퍼티

public bool _hasLinkedEvent
리턴 bool

_hasSameUnit 공개적으로 프로퍼티

public bool _hasSameUnit
리턴 bool

_lastEndTime 공개적으로 프로퍼티

public DateTime _lastEndTime
리턴 DateTime

createdTime 공개적으로 프로퍼티

public DateTime createdTime
리턴 DateTime

description 공개적으로 프로퍼티

public string description
리턴 string

finishedProgress 공개적으로 프로퍼티

public int finishedProgress
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

parentId 공개적으로 프로퍼티

public int parentId
리턴 int

progressUnit 공개적으로 프로퍼티

public string progressUnit
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string

totalProgress 공개적으로 프로퍼티

public int totalProgress
리턴 int