Share via


InventDimCtrl_Frm_Mov::newFromASPWebFormMovement Method [AX 2012]

Creates and initializes an instance of this class that can be used in ASP.NET user controls.

Syntax

client server public static InventDimCtrl_Frm_Mov newFromASPWebFormMovement(
    WebControlId _rootControlUniqueId, 
    WebControlId _dataSourceControlId, 
    DataSetRun _dataSetRun, 
    InventMovement _movement)

Run On

Called

Parameters

  • _rootControlUniqueId
    Type: WebControlId Extended Data Type
    The value of the ASP.NET UniqueID property of the root control that contains all IventDim related controls. It can be the root user control itself.
  • _dataSourceControlId
    Type: WebControlId Extended Data Type
    The identifier of the ASP.NET DataSourceControl control. Only those controls, which are bound to this data source control, will be processed.
  • _dataSetRun
    Type: DataSetRun Class
    A DataSetRun instance that provides data to controls.

Return Value

Type: InventDimCtrl_Frm_Mov Class
An instance of this class that can be used in an ASP.NET user control.

See Also

Reference

InventDimCtrl_Frm_Mov Class