Show / Hide Table of Contents

Class MDOListItem

Carrier object for MDOListItem. Services for the MDOListItem Carrier is available from the MDO Agent.

Inheritance
object
MDOListItem
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public class MDOListItem : Carrier

Constructors

MDOListItem()

Default constructor

Declaration
public MDOListItem()
See Also
IMDOAgent

Properties

ChildItems

The child items of the MDOListItem

Declaration
[DataMember]
public virtual MDOListItem[] ChildItems { get; set; }
Property Value
Type Description
MDOListItem[]
See Also
IMDOAgent

ColorBlock

The color indicator of the ListItem color block

Declaration
[DataMember]
public virtual int ColorBlock { get; set; }
Property Value
Type Description
int
See Also
IMDOAgent

Deleted

The deleted status of the ListItem

Declaration
[DataMember]
public virtual bool Deleted { get; set; }
Property Value
Type Description
bool
See Also
IMDOAgent

ExtraInfo

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

Declaration
[DataMember]
public virtual string ExtraInfo { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

FullName

The name of the ListItem in its context

Declaration
[DataMember]
public virtual string FullName { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

IconHint

The Icon hint of the ListItem. Custom field.

Declaration
[DataMember]
public virtual string IconHint { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

Id

The Id of the ListItem

Declaration
[DataMember]
public virtual int Id { get; set; }
Property Value
Type Description
int
See Also
IMDOAgent

Name

The name of the ListItem

Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

Rank

The rank of the ListItem

Declaration
[DataMember]
public virtual int Rank { get; set; }
Property Value
Type Description
int
See Also
IMDOAgent

StyleHint

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

Declaration
[DataMember]
public virtual string StyleHint { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

ToolTip

The tooltip of the ListItem

Declaration
[DataMember]
public virtual string ToolTip { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

Type

The type of the ListItem. Custom field.

Declaration
[DataMember]
public virtual string Type { get; set; }
Property Value
Type Description
string
See Also
IMDOAgent

Methods

GetFlattenedList(MDOListItem[])

Carrier object for MDOListItem. Services for the MDOListItem Carrier is available from the MDO Agent.

Declaration
public static IEnumerable<MDOListItem> GetFlattenedList(MDOListItem[] listToFlatten)
Parameters
Type Name Description
MDOListItem[] listToFlatten
Returns
Type Description
IEnumerable<MDOListItem>
See Also
IMDOAgent

GetFlattenedList(ICollection<MDOListItem>)

Carrier object for MDOListItem. Services for the MDOListItem Carrier is available from the MDO Agent.

Declaration
public static IEnumerable<MDOListItem> GetFlattenedList(ICollection<MDOListItem> listToFlatten)
Parameters
Type Name Description
ICollection<MDOListItem> listToFlatten
Returns
Type Description
IEnumerable<MDOListItem>
See Also
IMDOAgent

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IMDOAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IMDOAgent

See Also

IMDOAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top