Show / Hide Table of Contents

Class RecursionInfo

Inheritance
Object
RecursionInfo
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class RecursionInfo : Object

Constructors

RecursionInfo()

Declaration
public RecursionInfo()

RecursionInfo(RecursionInfo)

Declaration
public RecursionInfo(RecursionInfo ri)
Parameters
Type Name Description
RecursionInfo ri

Properties

ColumnRank

Declaration
public double ColumnRank { get; set; }
Property Value
Type Description
Double

Icon

Declaration
public string Icon { get; set; }
Property Value
Type Description
String

IsExtraTable

Declaration
public bool IsExtraTable { get; set; }
Property Value
Type Description
Boolean

Level

Declaration
public int Level { get; set; }
Property Value
Type Description
Int32

OneToMany

Declaration
public bool OneToMany { get; set; }
Property Value
Type Description
Boolean

RelationField

Declaration
public SoField RelationField { get; set; }
Property Value
Type Description
SoField

RootTable

Declaration
public string RootTable { get; set; }
Property Value
Type Description
String

SeenTables

Declaration
public HashSet<string> SeenTables { get; set; }
Property Value
Type Description
HashSet<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