C# Class Seal.Model.ReportModel.JoinPath

ファイルを表示 Open project: ariacom/Seal-Report

Public Properties

Property Type Description
currentTable MetaTable
finalTable MetaTable
joins List
joinsToUse List
rank int
startTable MetaTable
tablesToUse List

Public Methods

Method Description
print ( ) : void

Method Details

print() public method

public print ( ) : void
return void

Property Details

currentTable public_oe property

public MetaTable,Seal.Model currentTable
return MetaTable

finalTable public_oe property

public MetaTable,Seal.Model finalTable
return MetaTable

joins public_oe property

public List joins
return List

joinsToUse public_oe property

public List joinsToUse
return List

rank public_oe property

public int rank
return int

startTable public_oe property

public MetaTable,Seal.Model startTable
return MetaTable

tablesToUse public_oe property

public List tablesToUse
return List