ServicePRO SDK Help

RequestServicesManager..::..GetAssociatedRequests Method

Gets the collection of associated requests.

Namespace:  ServicePRO.Sdk.Windows.Managers
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public void GetAssociatedRequests(
	string userSessionKey,
	clsEnumeration..::..hsHelpStarObject Hobj,
	int objId,
	stcDataRange dateRange,
	int startRow,
	int endRow,
	string ProjectTreeIDs,
	string whereClause,
	string orderByClause,
	Action<int, stcQueryField[], ObservableCollection<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub GetAssociatedRequests ( _
	userSessionKey As String, _
	Hobj As clsEnumeration..::..hsHelpStarObject, _
	objId As Integer, _
	dateRange As stcDataRange, _
	startRow As Integer, _
	endRow As Integer, _
	ProjectTreeIDs As String, _
	whereClause As String, _
	orderByClause As String, _
	callbackAction As Action(Of Integer, stcQueryField(), ObservableCollection(Of Dictionary(Of String, Object)), Exception) _
)

Parameters

userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
Hobj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
The HelpSTAR object.
objId
Type: Int32
The object identifier.
dateRange
Type: HelpSTAR.PCL.Common..::..stcDataRange
Type of the date.
startRow
Type: Int32
The number of starting row.
endRow
Type: Int32
The number of ending row.
ProjectTreeIDs
Type: String
The project tree identifiers.(Comma-separated string)
whereClause
Type: String
The "where" clause used in query string.
orderByClause
Type: String
The "order by" clause used in query string.
callbackAction
Type: Action<(Of <(<'Int32, array<stcQueryField>[]()[][], ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.