ViewportDataData Class

The DTO object for a ViewportData.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class ViewportDataData : BaseDataContract

The ViewportDataData type exposes the following members.

Constructors
  NameDescription
Public methodViewportDataData
Initializes a new instance of the ViewportDataData class.
Top
Properties
  NameDescription
Public propertyBoundHeight
Gets or sets the height of the bound for the current view port.
Public propertyBoundWidth
Gets or sets the width of the bound for the current view port.
Public propertyHeight
Gets or sets the height of the current view port.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyViewHeight
Gets or sets the View Height of the current view port.
Public propertyViewWidth
Gets or sets the View Width of the current view port.
Public propertyViewX
Gets or sets the x axis of the current view port.
Public propertyViewY
Gets or sets the y axis of the current view port.
Public propertyWidth
Gets or sets the width of the current view port.
Public propertyX
Gets or sets the x position of the current view port.
Public propertyY
Gets or sets the y position of the current view port.
Public propertyZoomLevel
Gets or sets the zoom level of the current view port.
Public propertyZoomMouseXDistance
Gets or sets distance of the mouse from the left border of the map.
Public propertyZoomMouseYDistance
Gets or sets distance of the mouse from the top border of the map.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between ViewportDataData and ViewportData.
Public methodStatic memberToDataContractMappings
The mapping between ViewportData and ViewportDataData.
Top
See Also