ValidValueData Class

The DTO class for ValidValue and ValidElementValue.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsValidValueData

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

The ValidValueData type exposes the following members.

Constructors
 NameDescription
Public methodValidValueData Initializes a new instance of the ValidValueData class.
Top
Properties
 NameDescription
Public propertyApplicableDatabaseTypes Gets the compatible data types.
Public propertyCaption Gets the caption for the current value.
Public propertyDescription Gets the description for the current value.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyValue Gets the discrete value.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping from ValidValue to ValidValueData.
Public methodStatic memberToEntityMappings The mapping from ValidValueData to ValidValueData.
Top
See Also