Click or drag to resize

ResourceTypeHelperGetResourceTypeAttributes Method

Returns configuration objects for attributes in specific resource 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 GetResourceTypeAttributes(
	string sourceName,
	DateTime timeStamp,
	DataObject resourceType
)

Parameters

sourceName
Type: SystemString
timeStamp
Type: SystemDateTime
resourceType
Type: Omada.OE.ModelDataObject

Return Value

Type: ObjectConfigurationDataObject

Implements

IResourceTypeHelperGetResourceTypeAttributes(String, DateTime, DataObject)
See Also