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
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

ISelectionInfo

Extension Methods

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