Class SimpleSelectionInfo
Plain-old-data implementation of ISelectionInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class SimpleSelectionInfo : ISelectionInfo
Constructors
SimpleSelectionInfo()
Plain-old-data implementation of ISelectionInfo, intended for situations where the client knows everything and does not want the database to be involved (for instance, when running on unsaved data)
Declaration
public SimpleSelectionInfo()
Properties
Name
Name of the selection
Declaration
public string Name { get; set; }
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; set; }
Property Value
Type | Description |
---|---|
string |
SelectionId
Primary key of the selection record
Declaration
public int SelectionId { get; set; }
Property Value
Type | Description |
---|---|
int |