| SurveyPostActionHandlerBaseLoadSourceObject Method (Factory, Int32, Int32) |
Loads the object with the associated objectId
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
Syntaxprotected DataObject LoadSourceObject(
Factory factory,
int objectId,
int typeId = 0
)
Parameters
- factory
- Type: Omada.OE.AppLogicFactory
- objectId
- Type: SystemInt32
Id of the object to load - typeId (Optional)
- 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