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
SimpleSelectionInfo
Assembly: SoDataBase.dll
Syntax
public class SimpleSelectionInfo : ISelectionInfo
Constructors
SimpleSelectionInfo()
Declaration
public SimpleSelectionInfo()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
SelectedMembers
Declaration
public string SelectedMembers { get; set; }
Property Value
SelectionId
Declaration
public int SelectionId { get; set; }
Property Value
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)