TimeDimensionProviderData Class

The DTO object for a TimeDimensionProviderInfo object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTimeDimensionProviderData

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

The TimeDimensionProviderData type exposes the following members.

Constructors
  NameDescription
Public methodTimeDimensionProviderData
Initializes a new instance of the TimeDimensionProviderData class.
Top
Properties
  NameDescription
Public propertyDescription
Gets the time dimension provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this time dimension provider is using a custom configuration UI.
Public propertyId
Gets the time dimension provider ID.
Public propertyName
Gets the time dimension provider name.
Public propertySupportedIntervals
Gets the supported intervals.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between TimeDimensionProviderInfo and TimeDimensionProviderData.
Top
See Also