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

IDataContextSearchListingsWithFillLevel Method

AuctionWorx 3.5 API

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

Syntax

C#
Page<Listing> SearchListingsWithFillLevel(
	string actingUserName,
	List<KeyValuePair<string, string>> additionalParameters,
	int listingID,
	List<string> categoryIDs,
	List<SearchProperty> properties,
	string statuses,
	string listingTypes,
	string seller,
	string consignorNumber,
	string fullTextQuery,
	decimal priceMin,
	decimal priceMax,
	DateTime startDTTM,
	DateTime endDTTM,
	int pageNumber,
	int pageSize,
	string sortColumn,
	bool descending,
	string fillLevel,
	bool retrieveCatCounts,
	out Dictionary<int, int> categoryCounts
)

Parameters

actingUserName
Type: SystemString
additionalParameters
Type: System.Collections.GenericListKeyValuePairString, String
listingID
Type: SystemInt32
categoryIDs
Type: System.Collections.GenericListString
properties
Type: System.Collections.GenericListSearchProperty
statuses
Type: SystemString
listingTypes
Type: SystemString
seller
Type: SystemString
consignorNumber
Type: SystemString
fullTextQuery
Type: SystemString
priceMin
Type: SystemDecimal
priceMax
Type: SystemDecimal
startDTTM
Type: SystemDateTime
endDTTM
Type: SystemDateTime
pageNumber
Type: SystemInt32
pageSize
Type: SystemInt32
sortColumn
Type: SystemString
descending
Type: SystemBoolean
fillLevel
Type: SystemString
retrieveCatCounts
Type: SystemBoolean
categoryCounts
Type: System.Collections.GenericDictionaryInt32, Int32

Return Value

Type: PageListing
See Also

Reference

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