Click or drag to resize
TableViewSaveInfo Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineTableViewSaveInfo

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class TableViewSaveInfo : ITableViewSaveInfo

The TableViewSaveInfo type exposes the following members.

Constructors
  NameDescription
Public methodTableViewSaveInfo
Initializes a new instance of the TableViewSaveInfo class
Top
Properties
  NameDescription
Public propertyBroomPoints
List of the broom points in the database model viewer. Not used in Qlik Sense.
Public propertyConnectionPoints
List of connection points in the database model viewer. Not used in Qlik Sense.
Public propertyTables
List of the tables in the database model viewer.
Public propertyZoomFactor
Zoom factor in the database model viewer. The default value is 1.0.
Top
See Also