Click or drag to resize

ResultTable Class

ResultTable are generated after a model execution. It stores list of arrays of ResultCell.
Inheritance Hierarchy
SystemObject
  Seal.ModelResultTable

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class ResultTable

The ResultTable type exposes the following members.

Constructors
 NameDescription
Public methodResultTableInitializes a new instance of the ResultTable class
Top
Properties
 NameDescription
Public propertyBodyLines Return the body lines of the table
Public propertyColumnCount Column count of the table
Public propertyFooterLines Return the footer lines of the table
Public propertyHeaderLines Return the header lines of the table
Public propertyItem Helper to access a ResultCell of the table
Public propertyRowCount Row count of the table
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCol Returns the column number from the element column name. -1 if not found.
Public methodGetDataTable Returns the ResultTable as a DataTable
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLoadTableData Function to return partial table data to the report result
Public methodGetStatistics Returns the table statistics for an element
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasNavigation True if the column has cells with navigation links
Public methodIsColumnHidden True if the column is hidden
Public methodIsSubTotalRow True if the row is a sub-total
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetColumnHidden Set a column as hidden
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldBodyEndRow End row of the body of the table
Public fieldBodyStartColumn Strat column of the body
Public fieldBodyStartRow Start row of the body of the table
Public fieldInvertDone True if the table has been inverted
Public fieldLines List of a arrays of ResultCell
Public fieldStatistics 
Public fieldTag Custom Tag the can be used at execution time to store any object
Public fieldTag2 Custom Tag the can be used at execution time to store any object
Public fieldTag3 Custom Tag the can be used at execution time to store any object
Public fieldTotalCells List of the ResultTotalCell of the table
Top
See Also