ShapeInfoSvgData Class

The DTO object for a ShapeInfoSvg.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsShapeInfoSvgData

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 ShapeInfoSvgData : BaseDataContract

The ShapeInfoSvgData type exposes the following members.

Constructors
 NameDescription
Public methodShapeInfoSvgData Initializes a new instance of the ShapeInfoSvgData class.
Top
Properties
 NameDescription
Public propertyAlternateNames Gets the alternate names of the shape.
Public propertyContextData Gets the context data of the shape.
Public propertyId Gets the ID of the shape.
Public propertyName Gets the name of the shape.
Public propertySvgShapeString Gets the string representation of the shape as an SVG.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between ShapeInfoSvg and ShapeInfoSvgData.
Top
See Also