Share via


ProjPostItemProposalSale.new Method [AX 2012]

Initializes a new instance of the ProjPostItemProposal class.

Syntax

public void new(
    ProjProposalItem _projProposalItem, 
    ProjProposalItemDetail _projProposalItemDetail, 
    ProjItemTrans _projItemTrans, 
    ProjItemTransSale _projItemTransSale)

Run On

Server

Parameters

Remarks

This method is typically overridden by the class that extends this class.

See Also

Reference

ProjPostItemProposalSale Class