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, int)
Declaration
public HistoryInfo(string listName, string historyTableName, int historyExtraId)
Parameters
| Type |
Name |
Description |
| string |
listName |
|
| string |
historyTableName |
|
| int |
historyExtraId |
|
Fields
Declaration
public int HistoryExtraId
Field Value
HistoryTableName
Declaration
public string HistoryTableName
Field Value
ListName
Declaration
Field Value
Extension Methods