Class SelectionInfoProvider
Inheritance
SelectionInfoProvider
Assembly: SoDataBase.dll
Syntax
public class SelectionInfoProvider : ISelectionInfo
Properties
Name
Declaration
public string Name { get; }
Property Value
SelectedMembers
Highlighted list from selection. (space separated list consisting of comma separated contacts and persons from selection.)
Declaration
public string SelectedMembers { get; }
Property Value
Selection
Declaration
public Selection Selection { get; }
Property Value
SelectionId
Declaration
public int SelectionId { get; }
Property Value
Implements
Extension Methods