ProcessExpressionData Class |
Namespace: Dundas.BI.WebApi.Models
The ProcessExpressionData type exposes the following members.
Name | Description | |
---|---|---|
ProcessExpressionData |
Initializes a new instance of the ProcessExpressionData class.
|
Name | Description | |
---|---|---|
DataType |
Gets the element data type.
| |
Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData.) | |
Format |
Gets the statement format.
(Inherited from ExpressionDescriptorData.) | |
Id |
Gets the object ID.
(Inherited from DescriptorBaseData.) | |
Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData.) | |
Placeholders |
Gets the expression parameter placeholders.
(Inherited from ExpressionDescriptorData.) | |
Statement |
Gets or sets the expression statement.
(Inherited from ExpressionDescriptorData.) | |
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.
|