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.
Inherited Members
Namespace: SuperOffice .CRM.Lists
Assembly: SoDataBase.dll
Syntax
public sealed class HistoryInfo
Constructors
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.
Declaration
public HistoryInfo()
HistoryInfo(string, string, int)
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.
Declaration
public HistoryInfo(string listName, string historyTableName, int historyExtraId)
Parameters
Fields
HistoryExtraId
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.
Declaration
public int HistoryExtraId
Field Value
Type | Description |
---|---|
int |
HistoryTableName
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.
Declaration
public string HistoryTableName
Field Value
Type | Description |
---|---|
string |
ListName
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.
Declaration
public string ListName
Field Value
Type | Description |
---|---|
string |