Click or drag to resize

DataObjectSecurity Constructor (Int32, DataObjectPermissions)

Constructor taking the ID of the DataObject for which the security is defined and the permissions.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectSecurity(
	int dataObjectId,
	DataObjectPermissions permissions
)

Parameters

dataObjectId
Type: SystemInt32
permissions
Type: Omada.OE.ModelDataObjectPermissions
See Also