C# Class ExampleApplication.Helpers.Queries.ReportsHelper

显示文件 Open project: gael-ltd/gaelenlighten-platform-samples Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetAllReports ( ) : List

Get all ReportList of all status's

GetNewAndOpenReports ( ) : List

Get all ReportList of new and open status's

GetReportsOfStatus ( ReportStatus reportStatus ) : List

Get all ReportList of specified Status

RemoveAttachments ( List reportList ) : List

Remove attachments from reports list

ReportsHelper ( IClient client ) : System

Method Details

GetAllReports() public method

Get all ReportList of all status's
public GetAllReports ( ) : List
return List

GetNewAndOpenReports() public method

Get all ReportList of new and open status's
public GetNewAndOpenReports ( ) : List
return List

GetReportsOfStatus() public method

Get all ReportList of specified Status
public GetReportsOfStatus ( ReportStatus reportStatus ) : List
reportStatus ReportStatus
return List

RemoveAttachments() public method

Remove attachments from reports list
public RemoveAttachments ( List reportList ) : List
reportList List
return List

ReportsHelper() public method

public ReportsHelper ( IClient client ) : System
client IClient
return System