Click or drag to resize
IQuarterlyEntryRepositoryReadList Method
Gets existing records based on the provided params

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<ReportingQuarter> ReadList(
	GetListParams Params
)

Parameters

Params
Type: RMP.WCF.ModelGetListParams
The params to use when selecting the records

Return Value

Type: ListReportingQuarter
A list of the selected records
See Also