Click or drag to resize

DataObjectEventDefinition Methods

The DataObjectEventDefinition type exposes the following members.

Methods
  NameDescription
Public methodAddAction
Adds an action to the event definition.
(Inherited from EventDefinition.)
Public methodClone (Inherited from EventDefinition.)
Protected methodGetAssignedEventNewAction
1) assigns this event as the action's Owner and this event's DataObjectTypeId to the action; 2) initializes the action's definition object (MailDefinition/CodeMethod/Modification/CopyDefinition)
(Inherited from EventDefinition.)
Public methodGetNewCodeMethodAction (Inherited from EventDefinition.)
Public methodGetNewCopyAction (Inherited from EventDefinition.)
Public methodGetNewEmailAction (Inherited from EventDefinition.)
Public methodGetNewModificationAction (Inherited from EventDefinition.)
Public methodGetNewReassignAction (Inherited from EventDefinition.)
Public methodIsActivitiesTypeOnly
Returns true if the condition filter only contains the activities type
(Inherited from EventDefinition.)
Public methodPassesFilter (Inherited from EventDefinition.)
Public methodRemoveInvalidActions
Public methodResetAll
Resets the id etc. of the object. The method is used when making a copy of an existing object.
(Inherited from EventDefinition.)
Protected methodsetDataObjectTypeId (Inherited from EventDefinition.)
Protected methodsetEventType
Public methodToString (Inherited from EventDefinition.)
Public methodToString(AppFormatInfo) (Inherited from EventDefinition.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also