CalendarLevelMappingData Class

Basic calendar level mapping class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsCalendarLevelMappingData

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

The CalendarLevelMappingData type exposes the following members.

Constructors
  NameDescription
Public methodCalendarLevelMappingData
Initializes a new instance of the CalendarLevelMappingData class.
Top
Properties
  NameDescription
Public propertyCaptionFormat
Gets or sets the caption format.
Public propertyGranularity
Gets the granularity.
Public propertyIntervalId
Gets the level interval ID.
Public propertyLocalizedCaptionFormat
Gets the localized caption format.
Public propertyLocalizedShortCaptionFormat
Gets the localized short caption format.
Public propertyShortCaptionFormat
Gets or sets the short caption format.
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
The mapping from CalendarLevelMapping to CalendarLevelMappingData.
Public methodStatic memberToEntityMapping
The mapping from CalendarLevelMappingData to CalendarLevelMapping.
Top
See Also