KanbanFlowWrapper Class [AX 2012]
The KanbanFlowWrapper class is a wrapper class around a newly found KanbanFlow object.
| Method | Description | |
|---|---|---|
| addRelation | Adds a relation to the collection of KanbanFlow relations that is wrapped by the current instance. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkLoadRelations | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| firstLeanActivityRelationshipWrapper | Initializes an enumerator, pointed to the first element of the list of instances of the LeanActivityRelationshipWrapper class. |
| firstPlanActivity | Initializes an enumerator for a list of records in the PlanActivity table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the state of the object. |
| initFromKanbanFlowWrapper | Initializes the state of the object from an already existing instance. |
| isFlowDefined | Indicates whether the KanbanFlow record is already defined or there is a new flow that is valid and ready to be saved. |
| isMultiActivityKanbanFlow | |
| isValidFlow | Determines whether the kanban flow is valid. |
| load | Loads the KanbanFlowActivityRelationship records from the database. |
| needsFinancialTransactions | Indicates whether financial transactions will be created for the jobs that are created by the rule. |
| needsInventoryTransactions | Indicates whether inventory transactions will be created for the jobs that are created by the rule. |
| new | Initializes a new instance of the KanbanFlowWrapper class. |
| nextLeanActivityRelationshipWrapper | Moves the enumerator to the next instance of the LeanActivityRelationshipWrapper class. |
| nextPlanActivity | Moves the enumerator to the next PlanActivity record. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onKanbanFlowChanged | Handles changes in the KanbanFlow buffer that is wrapped by the instance of this class. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the KanbanFlowWrapper class. |
| parmKanbanFlow | Gets or sets the KanbanFlow parameter. |
| parmKanbanType | Gets or sets the KanbanType parameter. |
| refreshMultiActivityState | Sets the multi activity Boolean value from the current kanban flow buffer. |
| relationsCount | Retrieves the number of links that are currently in the flow wrapper. |
| relationsList | Retrieves the internal list storage of the wrapper class. |
| relationsNames2Str | Generates a string to use for visual representation of a KanbanFlow record. |
| replenishmentLeadTime | Retrieves the replenishment lead time for the specified KanbanFlow table. |
| reset | Resets the state of this instance of the KanbanFlowWrapper class. |
| save | Saves the KanbanFlow record in the database. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the KanbanFlowWrapper class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the KanbanFlowWrapper class. |
| ::newKanbanFlow | Initializes a new instance of the KanbanFlowWrapper class that holds the required database representation of a KanbanFlow record in memory. |
| ::newStandard | Initializes a new instance of the KanbanFlowWrapper class. |
| ::showKanbanFlowSelectionForm | Shows the KanbanFlow selection form. |
Community Additions
ADD
Show: