Show / Hide Table of Contents

Class ExtraFieldExtenderBase.RecursionInfo

Inheritance
object
ExtraFieldExtenderBase.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.dll
Syntax
public class ExtraFieldExtenderBase.RecursionInfo

Constructors

RecursionInfo()

Declaration
public RecursionInfo()

RecursionInfo(RecursionInfo)

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

Properties

ColumnRank

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

Level

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

OneToMany

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

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