DeliveryProviderData Class

The DTO object for a DeliveryProviderInfo object.
Inheritance Hierarchy

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

The DeliveryProviderData type exposes the following members.

Constructors
  NameDescription
Public methodDeliveryProviderData
Initializes a new instance of the DeliveryProviderData class.
Top
Properties
  NameDescription
Public propertyDeliveryKind
Gets the kind of delivery the provider provides.
Public propertyDescription
Gets the delivery provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this delivery provider is using a custom configuration UI.
Public propertyId
Gets the delivery provider ID.
Public propertyName
Gets the delivery provider name.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also