ViewParameterData Class

Represents a view parameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsViewParameterData

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

The ViewParameterData type exposes the following members.

Constructors
 NameDescription
Public methodViewParameterData Initializes a new instance of the ViewParameterData class.
Top
Properties
 NameDescription
Public propertyClientData Gets or sets the client data.
Public propertyElementParameterLinks Gets the element parameter links.
Public propertyExcludeFromExport Gets or sets whether the parameter should be excluded from export.
Public propertyFriendlyName Gets or sets the friendly name.
Public propertyId Gets or sets the ID of the view parameter.
Public propertyName Gets or sets the name.
Public propertyParameterValue Gets or sets the parameter value.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between ViewParameterData and ViewParameter.
Public methodStatic memberToDataContractMappings The mapping between ViewParameter and ViewParameterData.
Top
See Also