LeanActivityRelationshipWrapper Class [AX 2012]
The LeanActivityRelationshipWrapper class represents the information needed by the system to generate kanban flows.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clone | Creates a copy of the current LeanActivityRelationshipWrapper object. |
| dependentPlanActivity | Retrieves the dependent PlanActivity record specified by the current wrapper instance. |
| dependentPlanActivityPlan | Retrieves the dependent Plan record specified by the current wrapper instance. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| independentPlanActivity | Retrieves the independent PlanActivity record specified by the current wrapper instance. |
| independentPlanActivityPlan | Retrieves the independent Plan record specified by the current wrapper instance. |
| new | Initializes a new instance of the LeanActivityRelationshipWrapper class. |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the LeanActivityRelationshipWrapper class. |
| parmAlreadyInContainer | Gets or sets the AlreadyInContainer parameter. |
| parmCurrentFSMState | Gets or sets the CurrentFSMState parameter. |
| parmCycleTimeRatio | Gets or sets the CycleTimeRatio parameter. |
| parmDependentActInputSemiFinished | Gets or sets the DependentActInputSemiFinished parameter. |
| parmDependentActivityCycleTime | Gets or sets the DependentActivityCycleTime parameter. |
| parmDependentActivityFeederBridge | Gets or sets the DependentActivityFeederBridge parameter. |
| parmDependentActivityName | Gets or sets the DependentActivityName parameter. |
| parmDependentActivityRecId | Gets or sets the DependentActivityRecId parameter. |
| parmDependentActivityType | Gets or sets the DependentActivityType parameter. |
| parmDependentActOutputSemiFinished | Gets or sets the DependentActOutputSemiFinished parameter. |
| parmIndependentActivityCycleTime | Gets or sets the IndependentActivityCycleTime parameter. |
| parmIndependentActivityName | Gets or sets the IndependentActivityName parameter. |
| parmIndependentActivityRecId | Gets or sets the IndependentActivityRecId parameter. |
| parmIndependentActivityType | Gets or sets the IndependentActivityType parameter. |
| parmLeanProdFlowPlanActRelationRecId | Gets or sets the LeanProdFlowPlanActRelationRecId parameter. |
| parmMinConstraintValue | Gets or sets the MinConstraintValue parameter. |
| parmMinValueUnitOfMeasure | Gets or sets the MinValueUnitOfMeasure parameter. |
| parmNextWrapper | Gets or sets the NextWrapper parameter. |
| parmPrevWrapper | Gets or sets the PrevWrapper parameter. |
| 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 LeanActivityRelationshipWrapper 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 LeanActivityRelationshipWrapper class. |
| ::newBuffers | Constructs an instance of the LeanActivityRelationshipWrapper class. |
| ::newKanbanFlowActRelationship | Creates a new instance of the LeanActivityRelationshipWrapper class. |
| ::newStandard | Creates a new instance of the LeanActivityRelationshipWrapper class. |
| ::planActivityPlan | Retrieves the independent PlanActivity record specified by the current wrapper instance. |
Community Additions
ADD
Show: