|    | DataObject Constructor (Int32, DataObjectType, Int32) | 
  
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic DataObject(
	int id,
	DataObjectType dataObjectType,
	int parentId = 0
)
Parameters
- id
 - Type: SystemInt32
 - dataObjectType
 - Type: Omada.OE.ModelDataObjectType
 - parentId (Optional)
 - Type: SystemInt32
 
See Also