MapDataInfoSvgData Class

The DTO object for a MapDataInfoSvg.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsMapDataInfoSvgData

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

The MapDataInfoSvgData type exposes the following members.

Constructors
 NameDescription
Public methodMapDataInfoSvgData Initializes a new instance of the MapDataInfoSvgData class.
Top
Properties
 NameDescription
Public propertyAvailableLayerIds Gets the list of available layer IDs based on client data request ClientRequest for metric sets.
Public propertyHeight Gets the height of the SVG element.
Public propertyMetricSetDataRequestIds Gets the IDs of client data request ClientRequest for metric sets attached to a map control.
Public propertyMetricSetResourceFileIds Gets the IDs of map/diagram resource files required based on the ClientRequest for the metric set.
Public propertyMetricSetResourceFileNames Gets the names of map/diagram resource files required based on the ClientRequest for the metric set.
Public propertySvgPaths Gets the shapes of this map instance as a collection of PathInfoSvg.
Public propertySvgShapes Gets the shapes of this map instance as a collection of ShapeInfoSvg.
Public propertySvgSymbols Gets the shapes of this map instance as a collection of SymbolInfoSvg.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyViewportData Gets the view port information.
Public propertyWidth Gets the width of the SVG element.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between MapDataInfoSvg and MapDataInfoSvgData.
Top
See Also