Click or drag to resize

NotificationRunItemMessageContentPartialEntity Class

Notification Run Item Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.NotificationNotificationRunItemMessageContentPartialEntity

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

The NotificationRunItemMessageContentPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodNotificationRunItemMessageContentPartialEntity
Initializes a new instance of the NotificationRunItemMessageContentPartialEntity class.
Public methodNotificationRunItemMessageContentPartialEntity(Object)
Initializes a new instance of the NotificationRunItemMessageContentPartialEntity class.
Top
Properties
  NameDescription
Public propertyDestinationAddress
Gets or sets the destination address.
Public propertyMessage
Gets or sets the message.
Public propertyNotificationRunItemMessageContentId
Gets or sets the notification run item message content identifier.
Public propertySubject
Gets or sets the subject.
Top
See Also