Skip to main content

Class ArchiveColumnData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ArchiveColumnData. Data carrier class for an item (cell) in an archive. This class contains properties and members for three distinct values: The (visible) display value; the tooltip hint, and the link hint.

Inheritance

objectArchiveColumnData

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ArchiveColumnData()

Default constructor - defaults any enum props to 0.

Properties

DisplayValue

The visible display value for an archive cell. It is always a string, and other data types are converted to string according to the invariant culture. “[I:123]” or “[D:2014-09-13]”. Further conversion to the local culture is the responsibility of the client.

Property Value

string

LinkHint

The link hint consists of information to construct an actual link; additional information (such as a view context) must be provided by the client, who is also responsible for building the link. The content of the link will generally be one or more ids, such as contact_id=123.

Property Value

string

TooltipHint

The tooltip hint is either a text to be shown (after resource tag substitution), or a tooltip key to be given to the tooltip provider system in order to asynchronoously retrieve the actual tooltip.

Property Value

string

See Also

ArchiveAgent