Share via


ProjPostCostProposalSale.new Method [AX 2012]

Initializes a new instance of the ProjPostCostProposal class.

Syntax

public void new(
    ProjProposalCost _projProposalCost, 
    ProjProposalCostDetail _projProposalCostDetail, 
    ProjCostTransSale _projCostTransSale)

Run On

Server

Parameters

Remarks

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

See Also

Reference

ProjPostCostProposalSale Class