You are here: RainWorx.FrameWorx.DAL > IDataContext Interface > IDataContext Methods > SalesTransactionReport Method

IDataContextSalesTransactionReport Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.DAL
Assembly:  RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5

Syntax

C#
Page<SalesTransactionReportResult> SalesTransactionReport(
	string actingUserName,
	DateTime dateStart,
	DateTime dateEnd,
	string payee,
	int invoiceID,
	int listingID,
	int eventID,
	string lotNumber,
	string description,
	int quantity,
	decimal priceLow,
	decimal priceHigh,
	decimal totalPriceLow,
	decimal totalPriceHigh,
	int isPaid,
	string payer,
	string firstName,
	string lastName,
	string email,
	string sortColumn,
	bool sortDescending,
	int pageIndex,
	int pageSize,
	ref int currencyCount,
	ref decimal totalAmount,
	string packedValues
)

Parameters

actingUserName
Type: SystemString
dateStart
Type: SystemDateTime
dateEnd
Type: SystemDateTime
payee
Type: SystemString
invoiceID
Type: SystemInt32
listingID
Type: SystemInt32
eventID
Type: SystemInt32
lotNumber
Type: SystemString
description
Type: SystemString
quantity
Type: SystemInt32
priceLow
Type: SystemDecimal
priceHigh
Type: SystemDecimal
totalPriceLow
Type: SystemDecimal
totalPriceHigh
Type: SystemDecimal
isPaid
Type: SystemInt32
payer
Type: SystemString
firstName
Type: SystemString
lastName
Type: SystemString
email
Type: SystemString
sortColumn
Type: SystemString
sortDescending
Type: SystemBoolean
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
currencyCount
Type: SystemInt32
totalAmount
Type: SystemDecimal
packedValues
Type: SystemString

Return Value

Type: PageSalesTransactionReportResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.