Skip to main content

Class ListItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ListItem. Lightweight generic list item - similar to MDOListItem but without child items and stuff

Inheritance

objectListItem

Inherited Members

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

Constructors

ListItem()

Default constructor - defaults any enum props to 0.

Properties

Id

Primary key

Property Value

int

Name

Display text name

Property Value

string

ToolTip

Description

Property Value

string

See Also

ListAgent