Click or drag to resize

IDataObjectTypeHelperGetConfigurationDataObject Method

Produce configuration data object for a given data object type

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
ObjectConfigurationDataObject GetConfigurationDataObject(
	DataObjectType dataObjectType,
	string sourceName
)

Parameters

dataObjectType
Type: Omada.OE.ModelDataObjectType
sourceName
Type: SystemString

Return Value

Type: ObjectConfigurationDataObject
See Also