Show / Hide Table of Contents

Class SelectionInfoProvider

Inheritance
object
SelectionInfoProvider
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 SelectionInfoProvider : ISelectionInfo

Properties

Name

The selection name

Declaration
public string Name { get; }
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; }
Property Value
Type Description
string

Selection

Declaration
public Selection Selection { get; }
Property Value
Type Description
Selection

SelectionId

Selection-Id

Declaration
public int SelectionId { get; }
Property Value
Type Description
int

Implements

ISelectionInfo

Extension Methods

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