C# 클래스 ExampleApplication.Helpers.Queries.ReportsHelper

파일 보기 프로젝트 열기: gael-ltd/gaelenlighten-platform-samples 1 사용 예제들

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