ServicePRO SDK Help

UserDefinedHelper..::..GetRelationships Method

Get's the relationship base on the role string and type of object.

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

Syntax


public static Tuple<int, int, clsEnumeration..::..hsmdObject> GetRelationships(
	string role,
	stcListItem inputParameterListItem,
	bool _isDisposed
)
Public Shared Function GetRelationships ( _
	role As String, _
	inputParameterListItem As stcListItem, _
	_isDisposed As Boolean _
) As Tuple(Of Integer, Integer, clsEnumeration..::..hsmdObject)

Parameters

role
Type: String
inputParameterListItem
Type: HelpSTAR.PCL.Common..::..stcListItem
_isDisposed
Type: Boolean

Return Value