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

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

Parameters

Params
Type: RMP.WCF.ModelGetListParams
The params to use in the select

Return Value

Type: ListAttachment
A list of all selected records

Implements

IEditorTReadList(GetListParams)
See Also