Skip to main content

Class MDOListItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for MDOListItem.

Inheritance

objectCarrierMDOListItem

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

MDOListItem()

Default constructor - defaults any enum props to 0.

Properties

ChildItems

The child items of the MDOListItem

Property Value

MDOListItem[]

ColorBlock

The color indicator of the ListItem color block

Property Value

int

Deleted

The deleted status of the ListItem

Property Value

bool

ExtraInfo

Extra information added to the ListItem. Could be information such as sort order etc or other meta data. Custom field.

Property Value

string

FullName

The name of the ListItem in its context

Property Value

string

IconHint

The Icon hint of the ListItem. Custom field.

Property Value

string

Id

The Id of the ListItem

Property Value

int

Name

The name of the ListItem

Property Value

string

Rank

The rank of the ListItem

Property Value

int

StyleHint

Style hint indicating, information such as background color etc. Custom field.

Property Value

string

ToolTip

The tooltip of the ListItem

Property Value

string

Type

The type of the ListItem. Custom field.

Property Value

string

See Also

MDOAgent