Class SelectionInfoProvider
Inheritance
System.Object
SelectionInfoProvider
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.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 |
---|---|
System.String |
Selection
Declaration
public Selection Selection { get; }
Property Value
Type | Description |
---|---|
Selection |
SelectionId
Selection-Id
Declaration
public int SelectionId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)