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> SearchLotsByEvent( string actingUserName, int eventId, string viewFilter, string searchTerm, string searchType, int pageIndex, int pageSize, string sortColumn, bool descending, string fillLevel )
Parameters
- actingUserName
- Type: SystemString
- eventId
- Type: SystemInt32
- viewFilter
- Type: SystemString
- searchTerm
- Type: SystemString
- searchType
- Type: SystemString
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- sortColumn
- Type: SystemString
- descending
- Type: SystemBoolean
- fillLevel
- Type: SystemString
Return Value
Type: PageListingSee Also