ParameterPlaceholderOptions Class

The DTO class for expression parameter placeholder creation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsParameterPlaceholderOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ParameterPlaceholderOptions : BaseDataContract

The ParameterPlaceholderOptions type exposes the following members.

Constructors
  NameDescription
Public methodParameterPlaceholderOptions
Initializes a new instance of the ParameterPlaceholderOptions class.
Top
Properties
  NameDescription
Public propertyBooleanValue
Gets or sets the Boolean value for the parameter.
Public propertyCaption
Gets or sets the caption/identifier of the placeholder.
Public propertyDataElement
Gets or sets the name of the element of the collection placeholder parameter.
Public propertyDateTimeValue
Gets or sets the dateTime value for the parameter.
Public propertyDateTimeValues
Gets the collection of dateTime values for the parameter.
Public propertyDescription
Gets or sets the description of the parameter.
Public propertyId
Gets the parsed placeholder ID.
Public propertyIsPublic
Gets or sets a value indicating whether the parameter is public.
Public propertyName
Gets or sets the name of the parameter.
Public propertyNumberValue
Gets or sets the numeric value for the parameter.
Public propertyNumberValues
Gets the collection of numeric values for the parameter.
Public propertyParameter
Gets or sets the placeholder's corresponding parameter.
Public propertyStringValue
Gets or sets the string value for the parameter.
Public propertyStringValues
Gets the collection of string values for the 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
Get the mapping rules from the entity to the data contract.
Public methodStatic memberToEntityMapping
Get the mapping rules from the data contract to entity.
Top
See Also