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
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class SimpleSelectionInfo : Object, 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
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 string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
SelectedMembers
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 string SelectedMembers { get; set; }
Property Value
Type | Description |
---|---|
String |
SelectionId
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 int SelectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |