Skip to main content

Class SelectableMDOListItem

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

Inheritance

objectCarrierSelectableMDOListItem

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

SelectableMDOListItem()

Default constructor - defaults any enum props to 0.

Properties

ChildItems

The child items of the SelectableMDOListItem

Property Value

SelectableMDOListItem[]

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

Hidden

True if the ListItem is hidden

Property Value

bool

IconHint

The Icon hint of the ListItem. Custom field.

Property Value

string

Id

The Id of the ListItem

Property Value

int

LastChanged

Time of last change.

Property Value

DateTime

Name

The name of the ListItem

Property Value

string

Rank

The rank of the ListItem

Property Value

int

Selected

True if the ListItem is selected

Property Value

bool

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