Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / AffiliateSalesSummary Class / AffiliateSalesSummary Constructor / AffiliateSalesSummary Constructor(Int32,DateTime,DateTime)
The id of the affiliate
The start date for this summary data
The end date for this summary data
In This Topic
    AffiliateSalesSummary Constructor(Int32,DateTime,DateTime)
    In This Topic
    Initializes a new instance of the AffiliateSalesSummary class.
    Syntax
    public AffiliateSalesSummary( 
       int affiliateId,
       DateTime startDate,
       DateTime endDate
    )

    Parameters

    affiliateId
    The id of the affiliate
    startDate
    The start date for this summary data
    endDate
    The end date for this summary data
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also