Class MDOListItem
Carrier object for MDOListItem. Services for the MDOListItem Carrier is available from the IMDOAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class MDOListItem : Carrier
Constructors
MDOListItem()
Default constructor
Declaration
public MDOListItem()
See Also
Properties
ChildItems
The child items of the MDOListItem
Declaration
public virtual MDOListItem[] ChildItems { get; set; }
Property Value
Type | Description |
---|---|
MDOListItem[] |
See Also
ColorBlock
The color indicator of the ListItem color block
Declaration
public virtual int ColorBlock { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Deleted
The deleted status of the ListItem
Declaration
public virtual bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
ExtraInfo
Extra information added to the ListItem. Could be information such as sort order etc or other meta data. Custom field.
Declaration
public virtual string ExtraInfo { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
FullName
The name of the ListItem in its context
Declaration
public virtual string FullName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
IconHint
The Icon hint of the ListItem. Custom field.
Declaration
public virtual string IconHint { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Id
The Id of the ListItem
Declaration
public virtual int Id { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Name
The name of the ListItem
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Rank
The rank of the ListItem
Declaration
public virtual int Rank { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
StyleHint
Style hint indicating, information such as background color etc. Custom field.
Declaration
public virtual string StyleHint { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
ToolTip
The tooltip of the ListItem
Declaration
public virtual string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Type
The type of the ListItem. Custom field.
Declaration
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
GetFlattenedList(MDOListItem[])
Carrier object for MDOListItem. Services for the MDOListItem Carrier is available from the IMDOAgent.
Declaration
public static IEnumerable<MDOListItem> GetFlattenedList(MDOListItem[] listToFlatten)
Parameters
Type | Name | Description |
---|---|---|
MDOListItem[] | listToFlatten |
Returns
Type | Description |
---|---|
IEnumerable<MDOListItem> |
See Also
GetFlattenedList(ICollection<MDOListItem>)
Carrier object for MDOListItem. Services for the MDOListItem Carrier is available from the IMDOAgent.
Declaration
public static IEnumerable<MDOListItem> GetFlattenedList(ICollection<MDOListItem> listToFlatten)
Parameters
Type | Name | Description |
---|---|---|
ICollection<MDOListItem> | listToFlatten |
Returns
Type | Description |
---|---|
IEnumerable<MDOListItem> |
See Also
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |