Click or drag to resize
IReadAgencyListEditorTReadAgencyList Method
Gets a list of existing records based on the params provided

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

Parameters

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

Return Value

Type: ListT
A list of the selected records
See Also