Click or drag to resize

ConfigurationChangeControllerConfigurationObjectInfoResolveObjectsInfo Method

Resolves a "display value" and "sub type" of a number of objects.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<ConfigurationObjectInfo> ConfigurationObjectInfoResolveObjectsInfo(
	Dictionary<Guid, ConfigurationObjectType> objects
)

Parameters

objects
Type: System.Collections.GenericDictionaryGuid, ConfigurationObjectType

Return Value

Type: ListConfigurationObjectInfo
See Also