Click or drag to resize

PortalReportEntity Class

A portal report.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.PortalReportPortalReportEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.PortalReport
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PortalReportEntity : EntityObject

The PortalReportEntity type exposes the following members.

Constructors
  NameDescription
Public methodPortalReportEntity
Initializes a new instance of the PortalReportEntity class
Top
Properties
  NameDescription
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyDescription
Gets or sets the description.
Public propertyFileData
Gets or sets the file data.
Public propertyFileExtension
Gets or sets the file extension.
Public propertyFileExtensionDescription
Gets or sets the file extension description.
Public propertyFileName
Gets or sets the name of the file.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyIsForAllSites
Gets or sets a value indicating whether this instance is for all sites.
Public propertyMimeType
Gets or sets the type of the MIME.
Public propertyPortalReportId
Gets or sets the portal report identifier.
Public propertySites
Gets or sets the sites.
Public propertyUploadDate
Gets or sets the upload date.
Top
See Also