Show / Hide Table of Contents

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)

Inheritance
Object
SimpleSelectionInfo
Implements
ISelectionInfo
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

Implements

ISelectionInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top