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

Inheritance: 个人日程管理.Model.BaseModel
Show file 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 property

public DateTime _firstStartTime
return DateTime

_hasChild public property

public bool _hasChild
return bool

_hasLinkedEvent public property

public bool _hasLinkedEvent
return bool

_hasSameUnit public property

public bool _hasSameUnit
return bool

_lastEndTime public property

public DateTime _lastEndTime
return DateTime

createdTime public property

public DateTime createdTime
return DateTime

description public property

public string description
return string

finishedProgress public property

public int finishedProgress
return int

id public property

public int id
return int

parentId public property

public int parentId
return int

progressUnit public property

public string progressUnit
return string

title public property

public string title
return string

totalProgress public property

public int totalProgress
return int