Click or drag to resize

NotificationMessageContentPartialEntity Class

Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.NotificationNotificationMessageContentPartialEntity

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 NotificationMessageContentPartialEntity : IntegrationEntity

The NotificationMessageContentPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodNotificationMessageContentPartialEntity
Initializes a new instance of the NotificationMessageContentPartialEntity class.
Public methodNotificationMessageContentPartialEntity(Object)
Initializes a new instance of the NotificationSendPartialEntity class.
Top
Properties
  NameDescription
Public propertyAcknowledgedTimestamp
Gets or sets the acknowledged timestamp.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Public propertyDestinationAddress
Gets or sets the destination address.
Public propertyGeneratedTimestamp
Gets or sets the generated timestamp.
Public propertyMessage
Gets or sets the message.
Public propertyNotificationId
Gets or sets the notification identifier.
Public propertyNotificationMessageContentId
Gets or sets the notification message content identifier.
Public propertySubject
Gets or sets the subject.
Top
See Also