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
Declaration
DateTime LastChange { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Selected
Declaration
bool Selected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Extension Methods
EnumUtil.MapEnums<From, To>(From)