ParameterPlaceholderOptions Class |
Namespace: Dundas.BI.WebApi.Models
The ParameterPlaceholderOptions type exposes the following members.
Name | Description | |
---|---|---|
ParameterPlaceholderOptions |
Initializes a new instance of the ParameterPlaceholderOptions class.
|
Name | Description | |
---|---|---|
BooleanValue |
Gets or sets the Boolean value for the parameter.
| |
Caption |
Gets or sets the caption/identifier of the placeholder.
| |
DataElement |
Gets or sets the name of the element of the collection placeholder parameter.
| |
DateTimeValue |
Gets or sets the dateTime value for the parameter.
| |
DateTimeValues |
Gets the collection of dateTime values for the parameter.
| |
Description |
Gets or sets the description of the parameter.
| |
Id |
Gets the parsed placeholder ID.
| |
IsPublic |
Gets or sets a value indicating whether the parameter is public.
| |
Name |
Gets or sets the name of the parameter.
| |
NumberValue |
Gets or sets the numeric value for the parameter.
| |
NumberValues |
Gets the collection of numeric values for the parameter.
| |
Parameter |
Gets or sets the placeholder's corresponding parameter.
| |
StringValue |
Gets or sets the string value for the parameter.
| |
StringValues |
Gets the collection of string values for the parameter.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
ToDataContractMapping |
Get the mapping rules from the entity to the data contract.
| |
ToEntityMapping |
Get the mapping rules from the data contract to entity.
|