Share via


EventType.pack Method [AX 2012]

Serializes the current instance of the EventType class.

Syntax

public container pack()

Run On

Called

Return Value

Type: container
A container that contains the current instance of the EventType class.

Remarks

The packed data is stored in the EventRuleData and EventInboxData tables.An event type class can be packed in two different states:

  • When creating a rule.

  • When inserting into the eventiInbox table.

See Also

EventType Class

EventType.unpack Method

EventRuleData

EventInboxData

Pack-Unpack Design Pattern