ServicePRO SDK Help

stcSearchCriteria Constructor

Initializes a new instance of the stcSearchCriteria struct.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public stcSearchCriteria(
	int _searchStyle,
	string _searchText,
	string _searchTextMemo,
	string _searchTextDocuments,
	int _searchObject,
	int _dateType,
	int _recordCount,
	int _searchCount,
	int _packageType
)
Public Sub New ( _
	_searchStyle As Integer, _
	_searchText As String, _
	_searchTextMemo As String, _
	_searchTextDocuments As String, _
	_searchObject As Integer, _
	_dateType As Integer, _
	_recordCount As Integer, _
	_searchCount As Integer, _
	_packageType As Integer _
)

Parameters

_searchStyle
Type: Int32
The _search style.
_searchText
Type: String
The _search text.
_searchTextMemo
Type: String
The _search text memo.
_searchTextDocuments
Type: String
The _search text documents.
_searchObject
Type: Int32
The _search object.
_dateType
Type: Int32
Type of the _date.
_recordCount
Type: Int32
The _record count.
_searchCount
Type: Int32
The _search count.
_packageType
Type: Int32
Type of the _package.