Click or drag to resize

SimpleDataObject Constructor

Constructor taking all the readonly attributes of the object

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public SimpleDataObject(
	int id,
	Guid uid,
	int dataObjectTypeId,
	string displayName,
	int parentId,
	bool template,
	bool deleted
)

Parameters

id
Type: SystemInt32
uid
Type: SystemGuid
dataObjectTypeId
Type: SystemInt32
displayName
Type: SystemString
parentId
Type: SystemInt32
template
Type: SystemBoolean
deleted
Type: SystemBoolean
See Also