Click or drag to resize

CodeMethodLogDataObjectId Property

Denotes the "action" object that the codemethod was executed on/for It should not be assigned in the controller! DataObjectId may refer a data object which no longer exists in the database.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int DataObjectId { get; set; }

Property Value

Type: Int32
See Also