Click or drag to resize

ConfigurationObjectInfo Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ConfigurationObjectInfo(
	Guid uid,
	int id,
	ConfigurationObjectType objectType
)

Parameters

uid
Type: SystemGuid
id
Type: SystemInt32
objectType
Type: Omada.OE.ModelConfigurationObjectType
See Also