Show / Hide Table of Contents

Interface ISelectableListItem

Interface for an MDO list item in a list where multiple items can be selected simultaneously

Inherited Members
ISoListItem.Id
ISoListItem.Name
ISoListItem.Tooltip
ISoListItem.Rank
ISoListItem.Deleted
ISoListItem.Type
ISoListItem.Color
ISoListItem.IconHint
ISoListItem.StyleHint
ISoListItem.ExtraInfo
ISoListItem.FullName
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
Boolean

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