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
Int32

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