GatewayManifestEntryData Class

The DTO object for a GatewayManifestEntry object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGatewayManifestEntryData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class GatewayManifestEntryData

The GatewayManifestEntryData type exposes the following members.

Constructors
  NameDescription
Public methodGatewayManifestEntryData
Initializes a new instance of the GatewayManifestEntryData class.
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the gateway manifest entry.
Public propertyId
Gets the ID of the gateway manifest entry.
Top
See Also