Click or drag to resize

clsImportClassNotificationTextLang Class

Import for table MPSysClassNotificationTextLang: Notification Text Definition (Language child Tables). Use the clsImportClassNotificationText class to import a notification text. Add this Objects to the NotificationTextLanguages list.
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportClassNotificationTextLang

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
[SerializableAttribute]
public class clsImportClassNotificationTextLang : clsImportBase

The clsImportClassNotificationTextLang type exposes the following members.

Constructors
  NameDescription
Public methodclsImportClassNotificationTextLang
Initializes a new instance of the clsImportClassNotificationTextLang class
Top
Properties
  NameDescription
Public propertyChangeDate
ChangeDate
Public propertyChangeUser
ChangeUser
Public propertyCreateDate
CreateDate
Public propertyCreateUser
CreateUser
Public propertyLanguageCode
LanguageCode based on the Customer Language Table

List of languages are managed by clsImportSysCustomerLanguages.

Public propertyMessage
Message with placeholders. Either the direct text of the email or the inner text, when using an html template
Public propertyNewsletterID
Link to a html text definition, embeding the notification text in a html text. Only relevant based on the EMailFormat setting.
Public propertyNotifcationTextID
NotifcationTextID Reference to the parent object. (canbe 0, will be set automtically by the import of the parent)
Public propertySubject
Subject
Public propertyUpdateStamp
UpdateStamp
Top
Methods
Remarks
See Also