SIFWorks ADK 2.0
GetQueryResults Method (objectType)
NamespacesEdustructures.SifWorksAgentGetQueryResults(IElementDef)

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

Gets the global IQueryResults message handler registered with the Agent for the specified SIF object type.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IQueryResults GetQueryResults(
	IElementDef objectType
)
Public Overridable Function GetQueryResults ( _
	objectType As IElementDef _
) As IQueryResults
public:
virtual IQueryResults^ GetQueryResults (
	IElementDef^ objectType
)
Parameters
objectType (IElementDef)
A SifDtd constant identifying a SIF Data Object type (e.g. SifDtd.STUDENTPERSONAL)
Return Value
The IQueryResults object registered for this object type by the agent when it called the setQueryResults method, or null if no IQueryResults object has been registered for the specified object type.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10