Open this page in the API Guide

ParameterMapping Class

Holds a parameter mapping.
Inheritance Hierarchy
System.Object
  Dundas.BI.Entities.Views.ParameterMapping

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public class ParameterMapping

The ParameterMapping type exposes the following members.

Constructors
  NameDescription
Public methodParameterMapping
Initializes a new instance of the ParameterMapping class
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertySource
Gets or sets the source.
Public propertyTarget
Gets or sets the target.
Top
See Also