ViewParameterData Class |
Namespace: Dundas.BI.WebApi.Models
The ViewParameterData type exposes the following members.
Name | Description | |
---|---|---|
ViewParameterData |
Initializes a new instance of the ViewParameterData class.
|
Name | Description | |
---|---|---|
ClientData |
Gets or sets the client data.
| |
ElementParameterLinks |
Gets the element parameter links.
| |
ExcludeFromExport |
Gets or sets whether the parameter should be excluded from export.
| |
FriendlyName |
Gets or sets the friendly name.
| |
Id |
Gets or sets the ID of the view parameter.
| |
Name |
Gets or sets the name.
| |
ParameterValue |
Gets or sets the parameter value.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between ViewParameterData and ViewParameter.
| |
ToDataContractMappings |
The mapping between ViewParameter and ViewParameterData.
|