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.
Inheritance
System.Object
HistoryInfo
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public sealed class HistoryInfo : Object
Constructors
HistoryInfo()
Declaration
public HistoryInfo()
HistoryInfo(String, String, Int32)
Declaration
public HistoryInfo(string listName, string historyTableName, int historyExtraId)
Parameters
Type | Name | Description |
---|---|---|
System.String | listName | |
System.String | historyTableName | |
System.Int32 | historyExtraId |
Fields
HistoryExtraId
Declaration
public int HistoryExtraId
Field Value
Type | Description |
---|---|
System.Int32 |
HistoryTableName
Declaration
public string HistoryTableName
Field Value
Type | Description |
---|---|
System.String |
ListName
Declaration
public string ListName
Field Value
Type | Description |
---|---|
System.String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)