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

IDataContextFastPlaceBid Method

AuctionWorx 3.5 API

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

Syntax

C#
void FastPlaceBid(
	string actingUserName,
	int listingID,
	decimal currentPrice,
	bool? buyItNow,
	bool? buyItNowUsed,
	DateTime? endDTTM,
	decimal increment,
	int currentListingActionId,
	string currentListingActionUserName,
	int acceptedActionCount,
	string status
)

Parameters

actingUserName
Type: SystemString
listingID
Type: SystemInt32
currentPrice
Type: SystemDecimal
buyItNow
Type: SystemNullableBoolean
buyItNowUsed
Type: SystemNullableBoolean
endDTTM
Type: SystemNullableDateTime
increment
Type: SystemDecimal
currentListingActionId
Type: SystemInt32
currentListingActionUserName
Type: SystemString
acceptedActionCount
Type: SystemInt32
status
Type: SystemString
See Also

Reference

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