Share via


LedgerPostingOneToManyCollection::create Method [AX 2012]

Initializes a new instance of the LedgerPostingOneToManyCollection class from a packed class.

Syntax

client server public static LedgerPostingOneToManyCollection create(container _packedClass)

Run On

Called

Parameters

  • _packedClass
    Type: container
    The LedgerPostingOneToManyCollection class packed in a container.

Return Value

Type: LedgerPostingOneToManyCollection Class
A new instance of the LedgerPostingOneToManyCollection class.

Remarks

This method is for internal use only.

See Also

Reference

LedgerPostingOneToManyCollection Class