DataFrameSummaryBuilder Constructor |
Constructor
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrameSummaryBuilder(
IDataTable df,
bool active,
bool getDesc,
FactSetOnDemand fsod
)
Public Sub New (
df As IDataTable,
active As Boolean,
getDesc As Boolean,
fsod As FactSetOnDemand
)
public:
DataFrameSummaryBuilder(
IDataTable^ df,
bool active,
bool getDesc,
FactSetOnDemand^ fsod
)
new :
df : IDataTable *
active : bool *
getDesc : bool *
fsod : FactSetOnDemand -> DataFrameSummaryBuilder
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