Show / Hide Table of Contents

Class RecursionInfo

Inheritance
object
RecursionInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class RecursionInfo

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
bool

Level

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

OneToMany

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

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)
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