C# Class ExampleApplication.Helpers.Queries.ReportsHelper

Afficher le fichier Open project: gael-ltd/gaelenlighten-platform-samples Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Get all ReportList of all status's
public GetAllReports ( ) : List
Résultat List

GetNewAndOpenReports() public méthode

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

GetReportsOfStatus() public méthode

Get all ReportList of specified Status
public GetReportsOfStatus ( ReportStatus reportStatus ) : List
reportStatus ReportStatus
Résultat List

RemoveAttachments() public méthode

Remove attachments from reports list
public RemoveAttachments ( List reportList ) : List
reportList List
Résultat List

ReportsHelper() public méthode

public ReportsHelper ( IClient client ) : System
client IClient
Résultat System