Click or drag to resize

DataFrameSummaryBuilder Constructor

Constructor

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrameSummaryBuilder(
	IDataTable df,
	bool active,
	bool getDesc,
	FactSetOnDemand fsod
)

Parameters

df
Type: Kratos_3.InterfacesIDataTable
IDatatable this object belongs to
active
Type: SystemBoolean
Whether or not to make a summary table. If false, this object will do nothing
getDesc
Type: SystemBoolean
Whether or not to run a sub-factlet to get more data about the main factlet
fsod
Type: Kratos_3.RunTimePlatformFactSetOnDemand
FactSetOnDeamnd object to run sub-factlet with
See Also