Show / Hide Table of Contents

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
object
HistoryInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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
Type Name Description
string listName
string historyTableName
int historyExtraId

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top