AttachedParameterInfoData Class

The DTO of AttachedParameterInfo.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsAttachedParameterInfoData

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

The AttachedParameterInfoData type exposes the following members.

Constructors
 NameDescription
Public methodAttachedParameterInfoData Initializes a new instance of the AttachedParameterInfoData class.
Top
Properties
 NameDescription
Public propertyDefaultValue Gets or sets the default value to be used for the current attached parameter.
Public propertyExpression Gets or sets the bridge expression associated with the attached parameter.
Public propertyParameter Gets the attached parameter.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping between AttachedParameterInfo and AttachedParameterInfoData.
Public methodStatic memberToEntityMapping The mapping between AttachedParameterInfoData and AttachedParameterInfo.
Top
See Also