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