Click or drag to resize

BasicDataObjectTypeInfo Constructor (Int32, Guid, String)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public BasicDataObjectTypeInfo(
	int id,
	Guid uid,
	string systemName
)

Parameters

id
Type: SystemInt32
uid
Type: SystemGuid
systemName
Type: SystemString
See Also