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()

Declaration
public SimpleSelectionInfo()

Properties

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
String

SelectedMembers

Declaration
public string SelectedMembers { get; set; }
Property Value
Type Description
String

SelectionId

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