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#
Page<Listing> SearchListings( 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, 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
- retrieveCatCounts
- Type: SystemBoolean
- categoryCounts
- Type: System.Collections.GenericDictionaryInt32, Int32
Return Value
Type: PageListingSee Also