C# Class 个人日程管理.Model.Task

Inheritance: 个人日程管理.Model.BaseModel
显示文件 Open project: lizhirui/PersonalScheduleManager Class Usage Examples

Public Properties

Property Type Description
_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

Property Details

_firstStartTime public_oe property

public DateTime _firstStartTime
return DateTime

_hasChild public_oe property

public bool _hasChild
return bool

_hasLinkedEvent public_oe property

public bool _hasLinkedEvent
return bool

_hasSameUnit public_oe property

public bool _hasSameUnit
return bool

_lastEndTime public_oe property

public DateTime _lastEndTime
return DateTime

createdTime public_oe property

public DateTime createdTime
return DateTime

description public_oe property

public string description
return string

finishedProgress public_oe property

public int finishedProgress
return int

id public_oe property

public int id
return int

parentId public_oe property

public int parentId
return int

progressUnit public_oe property

public string progressUnit
return string

title public_oe property

public string title
return string

totalProgress public_oe property

public int totalProgress
return int