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

Namespace: RMP.WCF.Model.QuarterlyEntry
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public 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

Implements

IQuarterlyEntryEditorReadList(GetListParams)
See Also