Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
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