Class HistoryInfo
Simple data class for history information for a list. It specifies the correspondence between the list
name and the table/extraId key used in the History table.
Assembly: SoDataBase.dll
Syntax
public sealed class HistoryInfo
Constructors
HistoryInfo()
Declaration
HistoryInfo(String, String, Int32)
Declaration
public HistoryInfo(string listName, string historyTableName, int historyExtraId)
Parameters
Fields
Declaration
public int HistoryExtraId
Field Value
HistoryTableName
Declaration
public string HistoryTableName
Field Value
ListName
Declaration
Field Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)