ExportConfigInfoData Class

Base data contract object for returning an ExportConfigInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsExportConfigInfoData

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

The ExportConfigInfoData type exposes the following members.

Constructors
 NameDescription
Public methodExportConfigInfoData Initializes a new instance of the ExportConfigInfoData class.
Top
Properties
 NameDescription
Public propertyCreatedBy Gets the ID of the user who created this configuration.
Public propertyCreatedTime Gets the creation UTC date and time of this configuration.
Public propertyId Gets the ID of the export configuration.
Public propertyLastUsedBy Gets or sets the ID of the user who last used this configuration.
Public propertyLastUsedTime Gets or sets the UTC date and time this configuration was last used.
Public propertyName Gets or sets the name of the export configuration.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also