C# Класс ExampleApplication.Helpers.Queries.ReportsHelper

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

GetAllReports() публичный Метод

Get all ReportList of all status's
public GetAllReports ( ) : List
Результат List

GetNewAndOpenReports() публичный Метод

Get all ReportList of new and open status's
public GetNewAndOpenReports ( ) : List
Результат List

GetReportsOfStatus() публичный Метод

Get all ReportList of specified Status
public GetReportsOfStatus ( ReportStatus reportStatus ) : List
reportStatus ReportStatus
Результат List

RemoveAttachments() публичный Метод

Remove attachments from reports list
public RemoveAttachments ( List reportList ) : List
reportList List
Результат List

ReportsHelper() публичный Метод

public ReportsHelper ( IClient client ) : System
client IClient
Результат System