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

Inheritance: 个人日程管理.Model.BaseModel
Afficher le fichier Open project: lizhirui/PersonalScheduleManager Class Usage Examples

Méthodes publiques

Свойство 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
Résultat DateTime

_hasChild public_oe property

public bool _hasChild
Résultat bool

_hasLinkedEvent public_oe property

public bool _hasLinkedEvent
Résultat bool

_hasSameUnit public_oe property

public bool _hasSameUnit
Résultat bool

_lastEndTime public_oe property

public DateTime _lastEndTime
Résultat DateTime

createdTime public_oe property

public DateTime createdTime
Résultat DateTime

description public_oe property

public string description
Résultat string

finishedProgress public_oe property

public int finishedProgress
Résultat int

id public_oe property

public int id
Résultat int

parentId public_oe property

public int parentId
Résultat int

progressUnit public_oe property

public string progressUnit
Résultat string

title public_oe property

public string title
Résultat string

totalProgress public_oe property

public int totalProgress
Résultat int