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()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public sealed class HistoryInfo

Constructors

HistoryInfo()

Declaration
public HistoryInfo()

HistoryInfo(String, String, Int32)

Declaration
public HistoryInfo(string listName, string historyTableName, int historyExtraId)
Parameters
Type Name Description
String listName
String historyTableName
Int32 historyExtraId

Fields

HistoryExtraId

Declaration
public int HistoryExtraId
Field Value
Type Description
Int32

HistoryTableName

Declaration
public string HistoryTableName
Field Value
Type Description
String

ListName

Declaration
public string ListName
Field Value
Type Description
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