Class SelectableMDOListItem
Carrier object for SelectableMDOListItem. Services for the SelectableMDOListItem Carrier is available from the MDO Agent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.0.0.0")]
public class SelectableMDOListItem : Carrier
Constructors
SelectableMDOListItem()
Default constructor
Declaration
public SelectableMDOListItem()
See Also
Properties
ChildItems
The child items of the SelectableMDOListItem
Declaration
[DataMember]
public virtual SelectableMDOListItem[] ChildItems { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectableMDOListItem[] |
See Also
ColorBlock
The color indicator of the ListItem color block
Declaration
[DataMember]
public virtual int ColorBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Deleted
The deleted status of the ListItem
Declaration
[DataMember]
public virtual bool Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
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
FullName
The name of the ListItem in its context
Declaration
[DataMember]
public virtual string FullName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Hidden
True if the ListItem is hidden
Declaration
[DataMember]
public virtual bool Hidden { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
IconHint
The Icon hint of the ListItem. Custom field.
Declaration
[DataMember]
public virtual string IconHint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Id
The Id of the ListItem
Declaration
[DataMember]
public virtual int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
LastChanged
Time of last change.
Declaration
[DataMember]
public virtual DateTime LastChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
See Also
Name
The name of the ListItem
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Rank
The rank of the ListItem
Declaration
[DataMember]
public virtual int Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Selected
True if the ListItem is selected
Declaration
[DataMember]
public virtual bool Selected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
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
ToolTip
The tooltip of the ListItem
Declaration
[DataMember]
public virtual string ToolTip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Type
The type of the ListItem. Custom field.
Declaration
[DataMember]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Methods
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. |