Class Selection.SelectionIdx<TIdx>
Inheritance
Selection.SelectionIdx<TIdx>
Assembly: SoDataBase.dll
Syntax
public abstract class SelectionIdx<TIdx> : Selection.SelectionIdx, ISentryIgnorable where TIdx : SelectionRow.SelectionRowIdx
Type Parameters
Constructors
SelectionIdx(TIdx)
Declaration
protected SelectionIdx(TIdx idx)
Parameters
Type |
Name |
Description |
TIdx |
idx |
|
Properties
RowIdx
Declaration
public TIdx RowIdx { get; }
Property Value
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)