Click or drag to resize

DataObjectTypeHelperGetConfigurationDataObject 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#
public ObjectConfigurationDataObject GetConfigurationDataObject(
	DataObjectType dataObjectType,
	string sourceName
)

Parameters

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

Return Value

Type: ObjectConfigurationDataObject

Implements

IDataObjectTypeHelperGetConfigurationDataObject(DataObjectType, String)
See Also