Share via


ProjPostRevenueProposalSale.new Method [AX 2012]

Initializes a new instance of the ProjPostRevenueProposalSale class.

Syntax

public void new(
    ProjProposalRevenue _projProposalRevenue, 
    ProjProposalRevenueDetail _projProposalRevenueDetail, 
    ProjRevenueTransSale _projRevenueTransSale)

Run On

Server

Parameters

Remarks

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

See Also

Reference

ProjPostRevenueProposalSale Class