Class NSSelectableMDOListItem

Constructors

NSSelectableMDOListItem()

Initializes a new instance of the NSSelectableMDOListItem class.

Declaration

NSSelectableMDOListItem

Methods

GetChildItems()

Declaration

NSSelectableMDOListItem[] GetChildItems()

Examples

NSSelectableMDOListItem thing;
NSSelectableMDOListItem[] childItems = thing.GetChildItems();

Returns

Type Description
NSSelectableMDOListItem[] The child items of the NSSelectableMDOListItem.

GetColorBlock()

Declaration

Integer GetColorBlock()

Examples

NSSelectableMDOListItem thing;
Integer colorBlock = thing.GetColorBlock();

Returns

Type Description
Integer The color indicator of the ListItem color block.

GetDeleted()

Declaration

Bool GetDeleted()

Examples

NSSelectableMDOListItem thing;
Bool deleted = thing.GetDeleted();

Returns

Type Description
Bool The deleted status of the ListItem.

GetExtraInfo()

Declaration

String GetExtraInfo()

Examples

NSSelectableMDOListItem thing;
String extraInfo = thing.GetExtraInfo();

Returns

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

GetFullName()

Declaration

String GetFullName()

Examples

NSSelectableMDOListItem thing;
String fullName = thing.GetFullName();

Returns

Type Description
String The name of the ListItem in its context.

GetHidden()

Declaration

Bool GetHidden()

Examples

NSSelectableMDOListItem thing;
Bool hidden = thing.GetHidden();

Returns

Type Description
Bool True if the ListItem is hidden.

GetIconHint()

Declaration

String GetIconHint()

Examples

NSSelectableMDOListItem thing;
String iconHint = thing.GetIconHint();

Returns

Type Description
String The Icon hint of the ListItem. Custom field.

GetId()

Declaration

Integer GetId()

Examples

NSSelectableMDOListItem thing;
Integer id = thing.GetId();

Returns

Type Description
Integer The ID of the ListItem.

GetLastChanged()

Declaration

DateTime GetLastChanged()

Examples

NSSelectableMDOListItem thing;
DateTime lastChanged = thing.GetLastChanged();

Returns

Type Description
DateTime Time of last change.

GetName()

Declaration

String GetName()

Examples

NSSelectableMDOListItem thing;
String name = thing.GetName();

Returns

Type Description
String The name of the ListItem.

GetRank()

Declaration

Integer GetRank()

Examples

NSSelectableMDOListItem thing;
Integer rank = thing.GetRank();

Returns

Type Description
Integer The rank of the ListItem.

GetSelected()

Declaration

Bool GetSelected()

Examples

NSSelectableMDOListItem thing;
Bool selected = thing.GetSelected();

Returns

Type Description
Bool True if the ListItem is selected.

GetStyleHint()

Declaration

String GetStyleHint()

Examples

NSSelectableMDOListItem thing;
String styleHint = thing.GetStyleHint();

Returns

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

GetToolTip()

Declaration

String GetToolTip()

Examples

NSSelectableMDOListItem thing;
String toolTip = thing.GetToolTip();

Returns

Type Description
String The tooltip of the ListItem.

GetType()

Declaration

String GetType()

Examples

NSSelectableMDOListItem thing;
String type = thing.GetType();

Returns

Type Description
String The type of the ListItem. Custom field.

SetChildItems(NSSelectableMDOListItem[])

Declaration

Void SetChildItems(NSSelectableMDOListItem[] childItems)

Examples

NSSelectableMDOListItem thing;
NSSelectableMDOListItem[] childItems;
thing.SetChildItems(childItems);

Parameters

Type Name Description
NSSelectableMDOListItem[] childItems The child items of the NSSelectableMDOListItem.

Returns

Type Description
Void

SetColorBlock(Integer)

Declaration

Void SetColorBlock(Integer colorBlock)

Examples

NSSelectableMDOListItem thing;
Integer colorBlock;
thing.SetColorBlock(colorBlock);

Parameters

Type Name Description
Integer colorBlock The color indicator of the ListItem color block.

Returns

Type Description
Void

SetDeleted(Bool)

Declaration

Void SetDeleted(Bool deleted)

Examples

NSSelectableMDOListItem thing;
Bool deleted;
thing.SetDeleted(deleted);

Parameters

Type Name Description
Bool deleted The deleted status of the ListItem.

Returns

Type Description
Void

SetExtraInfo(String)

Declaration

Void SetExtraInfo(String extraInfo)

Examples

NSSelectableMDOListItem thing;
String extraInfo;
thing.SetExtraInfo(extraInfo);

Parameters

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

Returns

Type Description
Void

SetFullName(String)

Declaration

Void SetFullName(String fullName)

Examples

NSSelectableMDOListItem thing;
String fullName;
thing.SetFullName(fullName);

Parameters

Type Name Description
String fullName The name of the ListItem in its context.

Returns

Type Description
Void

SetHidden(Bool)

Declaration

Void SetHidden(Bool hidden)

Examples

NSSelectableMDOListItem thing;
Bool hidden;
thing.SetHidden(hidden);

Parameters

Type Name Description
Bool hidden True if the ListItem is hidden.

Returns

Type Description
Void

SetIconHint(String)

Declaration

Void SetIconHint(String iconHint)

Examples

NSSelectableMDOListItem thing;
String iconHint;
thing.SetIconHint(iconHint);

Parameters

Type Name Description
String iconHint The Icon hint of the ListItem. Custom field.

Returns

Type Description
Void

SetId(Integer)

Declaration

Void SetId(Integer id)

Examples

NSSelectableMDOListItem thing;
Integer id;
thing.SetId(id);

Parameters

Type Name Description
Integer id The ID of the ListItem.

Returns

Type Description
Void

SetLastChanged(DateTime)

Declaration

Void SetLastChanged(DateTime lastChanged)

Examples

NSSelectableMDOListItem thing;
DateTime lastChanged;
thing.SetLastChanged(lastChanged);

Parameters

Type Name Description
DateTime lastChanged Time of last change.

Returns

Type Description
Void

SetName(String)

Declaration

Void SetName(String name)

Examples

NSSelectableMDOListItem thing;
String name;
thing.SetName(name);

Parameters

Type Name Description
String name The name of the ListItem.

Returns

Type Description
Void

SetRank(Integer)

Declaration

Void SetRank(Integer rank)

Examples

NSSelectableMDOListItem thing;
Integer rank;
thing.SetRank(rank);

Parameters

Type Name Description
Integer rank The rank of the ListItem.

Returns

Type Description
Void

SetSelected(Bool)

Declaration

Void SetSelected(Bool selected)

Examples

NSSelectableMDOListItem thing;
Bool selected;
thing.SetSelected(selected);

Parameters

Type Name Description
Bool selected True if the ListItem is selected.

Returns

Type Description
Void

SetStyleHint(String)

Declaration

Void SetStyleHint(String styleHint)

Examples

NSSelectableMDOListItem thing;
String styleHint;
thing.SetStyleHint(styleHint);

Parameters

Type Name Description
String styleHint Style hint indicating, information such as background color etc. Custom field.

Returns

Type Description
Void

SetToolTip(String)

Declaration

Void SetToolTip(String toolTip)

Examples

NSSelectableMDOListItem thing;
String toolTip;
thing.SetToolTip(toolTip);

Parameters

Type Name Description
String toolTip The tooltip of the ListItem.

Returns

Type Description
Void

SetType(String)

Declaration

Void SetType(String type)

Examples

NSSelectableMDOListItem thing;
String type;
thing.SetType(type);

Parameters

Type Name Description
String type The type of the ListItem. Custom field.

Returns

Type Description
Void