Click or drag to resize

DataFrameSummaryBuilder Class

Builds a summary description string of the data frame it belongs to. Store information related to the request - number of ids, number of items, etc.
Inheritance Hierarchy
SystemObject
  Kratos_3.NetworkDataFrameSummaryBuilder

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public class DataFrameSummaryBuilder

The DataFrameSummaryBuilder type exposes the following members.

Constructors
  NameDescription
Public methodDataFrameSummaryBuilder
Constructor
Top
Methods
  NameDescription
Public methodcreateSummaryString
Create a summary string with the data logged from all data items
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetColumns
Return the column names in the associated data frame
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogDataItem
Log data about this dataitem
Public methodnumDates
Return the number of dates in the associated data frame
Public methodnumIds
Return the number of Ids in the associated data frame
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also