Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public Page<Invoice> GetNewInvoicesByDate( string actingUserName, DateTime? fromDate, DateTime? toDate, int pageIndex, int pageSize, string sortColumn, bool descending )
Parameters
- actingUserName
- Type: SystemString
- fromDate
- Type: SystemNullableDateTime
- toDate
- Type: SystemNullableDateTime
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- sortColumn
- Type: SystemString
- descending
- Type: SystemBoolean
Return Value
Type: PageInvoiceImplements
IAccountingServiceGetNewInvoicesByDate(String, NullableDateTime, NullableDateTime, Int32, Int32, String, Boolean)See Also