Click or drag to resize

SurveyPostActionHandlerBaseLoadSourceObject Method (Factory, Guid, Int32)

Loads the object with the associated objectUId

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected DataObject LoadSourceObject(
	Factory factory,
	Guid objectUId,
	int typeId
)

Parameters

factory
Type: Omada.OE.AppLogicFactory
objectUId
Type: SystemGuid
UId of the object to load
typeId
Type: SystemInt32
If provided and it doesn't match the type of the loaded object an exception is thrown

Return Value

Type: DataObject
See Also