Click or drag to resize

NotificationResponsePartialEntity Class

Pending Notification Search Partial Entity
Inheritance Hierarchy
System.Object
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.Notification.NotificationResponsePartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Notification
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class NotificationResponsePartialEntity : IntegrationEntity

The NotificationResponsePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodNotificationResponsePartialEntity()
Initializes a new instance of the NotificationResponsePartialEntity class.
Public methodNotificationResponsePartialEntity(Object)
Initializes a new instance of the NotificationResponsePartialEntity class.
Top
Properties
  NameDescription
Public propertyNotificationMessageTransportId
Gets or sets the notification message transport identifier.
Public propertyNotificationRunItemMessageContentId
Gets or sets the notification run item identifier.
Public propertyResponseDate
Gets or sets the ResponseDate.
Public propertyResponseString
Gets or sets the ResponseString.
Public propertyThirdPartyKey
Gets or sets the ThirdPartyKey.
Top
See Also