Class SummaryDataItem
- Namespace
- InSite.UI.CMDS.Common.Models
- Assembly
- InSite.UI.dll
public class SummaryDataItem
- Inheritance
-
SummaryDataItem
- Inherited Members
-
Constructors
SummaryDataItem()
Properties
Completed
public int Completed { get; }
Property Value
- int
public string FlagTooltip { get; set; }
Property Value
- string
FlagType
public CmdsFlagType? FlagType { get; set; }
Property Value
- CmdsFlagType?
HasFlagType
public bool HasFlagType { get; }
Property Value
- bool
ProgressPercent
public string ProgressPercent { get; set; }
Property Value
- string
ProgressText
public string ProgressText { get; set; }
Property Value
- string
ProgressUrl
public string ProgressUrl { get; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Total
public int Total { get; }
Property Value
- int