Interface ISelectableListItem
Interface for an MDO list item in a list where multiple items can be selected simultaneously
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface ISelectableListItem : ISoListItem
Properties
LastChange
Interface for an MDO list item in a list where multiple items can be selected simultaneously
Declaration
DateTime LastChange { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Selected
Interface for an MDO list item in a list where multiple items can be selected simultaneously
Declaration
bool Selected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |