Click or drag to resize

ResultPage Class

A ResultPage is a generated for each page value after a model execution. It stores the Pages, Rows, Columns, Datas and Series results.
Inheritance Hierarchy
SystemObject
  Seal.ModelResultPage

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

The ResultPage type exposes the following members.

Constructors
 NameDescription
Public methodResultPageInitializes a new instance of the ResultPage class
Top
Properties
 NameDescription
Public propertyPageId Unique identifier for execution
Public propertyPageName Returns the current page name
Top
Methods
 NameDescription
Public methodClearIdentifiers 
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIdentifiers 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetIdentifier 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldAxisXLabelMaxLen Max length to adjust X axis margins
Public fieldAxisYPrimaryMaxLen Max length to adjust Y primary axis margins
Public fieldAxisYSecondaryMaxLen Max length to adjust Y secondary axis margins
Public fieldChartInitDone True is the chart initialisation was done
Public fieldChartNavigations Navigation for the chart
Public fieldChartXLabels X labels for the chart
Public fieldColumns Cells generated for the Columns elements
Public fieldDatas Cells generated for the Datas elements
Public fieldDataTable Current ResultTable for the data table
Public fieldIdentifiers Dictionary to store the identifiers generated during the page rendering. Used for storing JavaScript Charts Canvas Id
Public fieldModel Current model
Public fieldPages Cells generated for the Pages elements
Public fieldPageTable Current ResultTable for the page table
Public fieldPlots Plot charts generated
Public fieldPrimaryXDimensions Cells used for the primary X axis of the chart
Public fieldPrimaryXValues Values used for the primary X axis of the chart
Public fieldReport Current report
Public fieldRows Cells generated for the Rows elements
Public fieldSecondaryXDimensions Cells used for the secondary X axis of the chart
Public fieldSecondaryXValues Values used for the secondary X axis of the chart
Public fieldSeries ResultSerie generated if a serie is defined
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
Top
See Also