TimeIntervalData Class

The data contract class for TimeInterval class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTimeIntervalData

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

The TimeIntervalData type exposes the following members.

Constructors
 NameDescription
Public methodTimeIntervalData Initializes a new instance of the TimeIntervalData class.
Top
Properties
 NameDescription
Public propertyDefaultFormat Gets the default caption format.
Public propertyDefaultShortFormat Gets the default short caption format.
Public propertyId Gets the interval ID.
Public propertyIntervalType Gets the interval type.
Public propertyName Gets the interval name.
Public propertyStandardFormats Gets the standard formats for captions.
Public propertySupportsSharedMembers Gets a value indicating whether this time interval supports shared members.
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 the business object and the DTO.
Top
See Also