Constructors
NSArchiveListItem()
Methods
GetColumnData()
Each column data item contains a display value, a tooltip hint, a link hint, and an orderby value. The display value is encoded by the CultureDataFormatter and can be decoded / localized by that class; all other values are optional.Tooltip hints can be passed to the TooltipProvider (Tooltip service) to be translated into an actual tooltip.
GetEntityName()
An ArchiveList may contain rows from different entities.
GetLinkHint()
GetPrimaryKey()
GetStyleHint()
Presentation layers can interpret the style hints as they see fit.
SetColumnData(Map)
Each column data item contains a display value, a tooltip hint, a link hint, and an ORDERBY value. The display value is encoded by the CultureDataFormatter and can be decoded or localized by that class. All other values are optional. Tooltip hints can be passed to the TooltipProvider (Tooltip service) to be translated into an actual tooltip.SetEntityName(String)
An ArchiveList may contain rows from different entities.
SetLinkHint(String)
SetPrimaryKey(Integer)
SetStyleHint(String)
Presentation layers can interpret the style hints as they see fit.