Interface ISoListItem
Interface for an MDO list item
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface ISoListItem
Properties
Color
item colour
Declaration
int Color { get; set; }
Property Value
Type | Description |
---|---|
int |
Deleted
deleted flag (deleted if true)
Declaration
bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
bool |
ExtraInfo
extra information that depends on the type of item; the documentation for each Provider will state whether and how this item is used.
Declaration
string ExtraInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
The name of the ListItem in its context
Declaration
string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
IconHint
suggested item icon
Declaration
string IconHint { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
primary key
Declaration
int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
visible item name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Rank
item rank (lowest first in sort order)
Declaration
short Rank { get; set; }
Property Value
Type | Description |
---|---|
short |
StyleHint
suggested style
Declaration
string StyleHint { get; set; }
Property Value
Type | Description |
---|---|
string |
Tooltip
visible item tooltip
Declaration
string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
item type, interpretation depends on list
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
string |