EventTypeDueIn Class [AX 2012]

The EventTypeDueIn class handles the is due in event; it handles when a date + X date is greater than or the same as the system date.

Syntax

class EventTypeDueIn extends EventTypeDue

Run On

Called

Methods

  Method Description
Gg760434.protmethod(en-us,AX.60).gif bufferDate (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif canExecute Determines whether the record that is currently being processed can be executed. (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif caption Retrieves the description of the class by calling the static description method. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif description (Overrides the description Method.)
Gg760434.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760434.protmethod(en-us,AX.60).gif getDateFilter (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760434.protmethod(en-us,AX.60).gif isDimensionField (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif isFieldRelated Indicates whether the event type is related to a field or to the whole record. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif isFilterInteractive (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif isMatchingRule Tests whether event data matches the rule that is set up by the event type class. (Overrides the isMatchingRule Method.)
Gg760434.pubmethod(en-us,AX.60).gif isRequiringX Indicates whether a specialization of an event type needs a value. (Overrides the isRequiringX Method.)
Gg760434.protmethod(en-us,AX.60).gif isSurrogateForeignKey (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif isValidEventType Checks whether a specified base type is valid to use with a specialized event type class. (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif isValidForPseudoCursor (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif isValidWithRLS (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif mustLogRecordDeleted (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif mustLogRecordInserted (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif newDate
Gg760434.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the EventType class. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif parmCurrentValue Gets or sets the CurrentValue parameter. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif parmOriginalValue Gets or sets the OriginalValue parameter. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif parmStartDate Gets or sets the StartDate parameter. (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif parmTmpEventAlertField Gets or sets the TmpEventAlertField parameter. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif parmTypeTrigger (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif parmXValue Gets or sets the XValue parameter. (Inherited from EventType.)
Gg760434.protmethod(en-us,AX.60).gif setAnyTypeDefaultValues (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif setBuffer Sets an internal buffer variable that is used when it processes due dates. (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif setDateFilter Adds a range to the filter query. This enables the interval to be defined for each event due type class. (Overrides the setDateFilter Method.)
Gg760434.pubmethod(en-us,AX.60).gif setRule Sets an internal EventRule variable. (Inherited from EventTypeDue.)
Gg760434.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif specialValueExtTypeId (Overrides the specialValueExtTypeId Method.)
Gg760434.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter to an instance of the EventType class. (Inherited from EventType.)
Gg760434.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760434.pubmethod(en-us,AX.60).gif xValueEnumId (Overrides the xValueEnumId Method.)

Top

Inheritance Hierarchy

Object Class
  EventType Class
    EventTypeDue Class
      EventTypeDueIn Class

See Also

EventTypeDue Class