AfStronglyTypedDataContainer.new Method [AX 2012]

Initializes a new instance of the AfStronglyTypedDataContainer class.

Syntax

protected void new([str _dataContainerType])

Run On

Called

Parameters

  • _dataContainerType
    Type: str
    The type of the data container to create.

Remarks

This method uses the data container type to create, creates the underlying weakly-typed data container of the specified type, and stores the reference to that data container.

See Also

Reference

AfStronglyTypedDataContainer Class