Class SelectableMDOListItem
Carrier object for SelectableMDOListItem. Services for the SelectableMDOListItem Carrier is available from the IMDOAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class SelectableMDOListItem : Carrier
Constructors
SelectableMDOListItem()
Default constructor
Declaration
public SelectableMDOListItem()
See Also
Properties
ChildItems
The child items of the SelectableMDOListItem
Declaration
public virtual SelectableMDOListItem[] ChildItems { get; set; }
Property Value
Type | Description |
---|---|
SelectableMDOListItem[] |
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
Hidden
True if the ListItem is hidden
Declaration
public virtual bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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
LastChanged
Time of last change.
Declaration
public virtual DateTime LastChanged { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
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
Selected
True if the ListItem is selected
Declaration
public virtual bool Selected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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(SelectableMDOListItem[])
Carrier object for SelectableMDOListItem. Services for the SelectableMDOListItem Carrier is available from the IMDOAgent.
Declaration
public static IEnumerable<SelectableMDOListItem> GetFlattenedList(SelectableMDOListItem[] listToFlatten)
Parameters
Type | Name | Description |
---|---|---|
SelectableMDOListItem[] | listToFlatten |
Returns
Type | Description |
---|---|
IEnumerable<SelectableMDOListItem> |
See Also
GetFlattenedList(SelectableMDOListItem[], Boolean)
Carrier object for SelectableMDOListItem. Services for the SelectableMDOListItem Carrier is available from the IMDOAgent.
Declaration
public static IEnumerable<SelectableMDOListItem> GetFlattenedList(SelectableMDOListItem[] listToFlatten, bool allowChildItemDuplicates)
Parameters
Type | Name | Description |
---|---|---|
SelectableMDOListItem[] | listToFlatten | |
Boolean | allowChildItemDuplicates |
Returns
Type | Description |
---|---|
IEnumerable<SelectableMDOListItem> |
See Also
GetFlattenedList(ICollection<SelectableMDOListItem>)
Carrier object for SelectableMDOListItem. Services for the SelectableMDOListItem Carrier is available from the IMDOAgent.
Declaration
public static IEnumerable<SelectableMDOListItem> GetFlattenedList(ICollection<SelectableMDOListItem> listToFlatten)
Parameters
Type | Name | Description |
---|---|---|
ICollection<SelectableMDOListItem> | listToFlatten |
Returns
Type | Description |
---|---|
IEnumerable<SelectableMDOListItem> |
See Also
GetFlattenedListFull(ICollection<SelectableMDOListItem>)
Carrier object for SelectableMDOListItem. Services for the SelectableMDOListItem Carrier is available from the IMDOAgent.
Declaration
public static IEnumerable<SelectableMDOListItem> GetFlattenedListFull(ICollection<SelectableMDOListItem> listToFlatten)
Parameters
Type | Name | Description |
---|---|---|
ICollection<SelectableMDOListItem> | listToFlatten |
Returns
Type | Description |
---|---|
IEnumerable<SelectableMDOListItem> |
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. |