[This is preliminary documentation and is subject to change.]

The constructor for crating the metaquerystring object

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MetaQueryString(
	MetaConstants..::.MetaEntity me,
	int externalId,
	int primaryKey,
	int filterId,
	int orderId,
	bool isDescending,
	string searchStr,
	int pageNum,
	int searchId,
	string show
)
Visual Basic (Declaration)
Public Sub New ( _
	me As MetaConstants..::.MetaEntity, _
	externalId As Integer, _
	primaryKey As Integer, _
	filterId As Integer, _
	orderId As Integer, _
	isDescending As Boolean, _
	searchStr As String, _
	pageNum As Integer, _
	searchId As Integer, _
	show As String _
)
Visual C++
public:
MetaQueryString(
	MetaConstants..::.MetaEntity me, 
	int externalId, 
	int primaryKey, 
	int filterId, 
	int orderId, 
	bool isDescending, 
	String^ searchStr, 
	int pageNum, 
	int searchId, 
	String^ show
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalId
Type: System..::.Int32
The id of the group in question
primaryKey
Type: System..::.Int32
The unique id of the data in question
filterId
Type: System..::.Int32
The unique id of the filter
orderId
Type: System..::.Int32
The unique id of the order
isDescending
Type: System..::.Boolean
true if in descending order false otherwise
searchStr
Type: System..::.String
The string to be searched
pageNum
Type: System..::.Int32
The page number
searchId
Type: System..::.Int32
The unique id of the search
show
Type: System..::.String
true if it is to be shown to everybody

See Also