LanerFactory

Description

The LanerFactory class contains properties and methods of the working area of time series database.

Constructors

  Constructor name Brief description
Create The Create constructor creates an object, that is a working area of the time series database.

Properties inherited from ILaner

  Property name Brief description
AttributeColumns The AttributeColumns property returns collection of displayed series attributes.
AutoRecalc The AutoRecalc property determines state of the Automatic Recalculation option.
CalendarDim The CalendarDim property returns calendar dictionary of the working area.
CalendarSelection The CalendarSelection property returns the calendar selection used in the workbook.
CellStyle The CellStyle property returns formatting style of data table cells.
CommentAttributes The CommentAttributes property returns collection of attributes used to form comments to series observations.
CreateDerivedSeries The CreateDerivedSeries property determines whether to display child series for calculated series.
DisplayDataAs The DisplayDataAs property determines a mode of displaying values for calculated series.
CurrentRevision The CurrentRevision property determines current series revision.
Dependencies The Dependencies property returns workbooks, which this workbook depends on.
Dependents The Dependents property returns workbooks that depend on the current workbook.
EndDate The EndDate property determines the date, after which workbook values are not displayed.
EndDateParamId The EndDateParamId property determines identifier of the parameter that sets the end date of displaying data in the workbook.
Filter The Filter property returns parameters of filtering data in the workbook.
IdentByFact The IdentByFact property determines whether the data is taken for sample period by the Fact scenario.
IsInContext The IsInContext property returns whether the workbook is registered in the context.
ObservationAttributeInComment The ObservationAttributeInComment property determines a name of the observation attribute displayed in a comment to series values.
PermanentData The PermanentData property determines the method of loading and saving of time series data.
ReverseOrder The ReverseOrder property determines sequence order of calendar elements.
RubricatorInstance The RubricatorInstance property determines data of time series database.
SerieFootnoteAttributes The SerieFootnoteAttributes property returns collection of attributes used to create footnotes of series headers.
Series The Series property returns collection of working area series.
Sorter The Sorter property returns sorting options for the workbook.
StartDate The StartDate property determines the date, starting with which values in a workbook are displayed.
StartDateParamId The StartDateParamId property determines identifier of the parameter that sets the start date of displaying data in the workbook.
TransformationHistory The TransformationHistory property determines whether to display a tooltip of changing the indicator value.
UsedRubricators The UsedRubricators property returns a collection of time series databases that are used as data sources for the workbook.
ValidationExecKey The ValidationExecKey property determines the key of validation rule execution.
ValueFootnoteAttributes The ValueFootnoteAttributes property returns collection of attributes used to create data area footnotes.
ValuePrefixAttributes The ValuePrefixAttributes property returns collection of attributes used to form a prefix for series observations.
ValueSuffixAttributes The ValueSuffixAttributes property returns collection of attributes used to form a suffix for series observations.

Methods inherited from ILaner

  Method name Brief description
BeginUpdate The BeginUpdate method enables the user to stop rerendering of workbook.
CheckAttributesCompliance The CheckAttributesCompliance method checks whether the list of workbook attributes corresponds to the list of attributes of the parent time series database.
EndUpdate The EndUpdate method enables the user to resume rerendering of workbook.
Execute The Execute method calculates working area and returns the table, containing its data.
FlushCache The FlushCache method is used to flush dimension cache for time series database workbook.
Refresh The Refresh method updates values set by parameters.
RefreshAttributesStructure The RefreshAttributesStructure method refreshes the workbook attributes according to the parent time series database.
SaveChangedSeries The SaveChangedSeries method saves data of working area series.
SaveChangesToModels The SaveChangesToModels method saves changes in indicator data obtained from a modeling container model to the source model.
SaveProblem The SaveProblem method saves working area data as a modeling problem.
Update The Update method exits edit mode without saving the data.

See also:

Laner Assembly Interfaces