Click or drag to resize

clsImportClassNotification Class

Import for table MPSysClassNotification: Notification Management: Definition of used events by master data dimension
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportClassNotification

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportClassNotification : clsImportBase

The clsImportClassNotification type exposes the following members.

Constructors
  NameDescription
Public methodclsImportClassNotification
Initializes a new instance of the clsImportClassNotification class
Top
Properties
  NameDescription
Public propertyActive
Active
Public propertyAudience
Audience type to distinguish bettween differen recipients.
Public propertyChangeDate
ChangeDate
Public propertyChangeUser
ChangeUser
Public propertyClassID
ClassID Master Data Dimension to link the event to
Public propertyCompanyID
CompanyID Optional for special settings by company. New field with version 6.3
Public propertyCreateDate
CreateDate
Public propertyCreateUser
CreateUser
Public propertyEmail
Email address only for Audience = 5
Public propertyEventID
Event ID. Fixed ID for the different event types. See samples in the table
Public propertyEventOptionFlag
Public propertyMethodID
MethodID Flag for the different Recipient channels
Public propertyoColNotificationTexts
Public propertySubEvent
SubEvent For workflow transition events, this field is used. Normally 0
Public propertyTextID
TextID link to the notification text. See clsImportClassNotificationText
Public propertyUpdateStamp
UpdateStamp
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the notification settings from the database (export) Only for internal use! To load data use your own SQL.
(Overrides clsImportBasebReadFromDB(MPInterface, String).)
Public methodbSaveRSToMDB
Store one line to the MS Access table
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
Remarks
See Also