Class SelectionInfoProvider
Implements
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class SelectionInfoProvider : Object, ISelectionInfo
Properties
Name
The selection name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
SelectedMembers
Highlighted list from selection. (space separated list consisting of comma separated contacts and persons from selection.)
Declaration
public string SelectedMembers { get; }
Property Value
Type | Description |
---|---|
String |
Selection
Declaration
public Selection Selection { get; }
Property Value
Type | Description |
---|---|
Selection |
SelectionId
Selection-Id
Declaration
public int SelectionId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)