Show / Hide Table of Contents

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
Int32

Deleted

deleted flag (deleted if true)

Declaration
bool Deleted { get; set; }
Property Value
Type Description
Boolean

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
Int32

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
Int16

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top