Manager..::..ReadFilters Method

Reads the filters.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public List<Filter> ReadFilters(
	int FilterNoToRead
)
Public Function ReadFilters ( _
	FilterNoToRead As Integer _
) As List(Of Filter)
public:
List<Filter^>^ ReadFilters(
	int^ FilterNoToRead
)

Parameters

FilterNoToRead
Type: Int32
The filter no to read.

Return Value

List{Entities.Search.Filter}.