| EnumUtilsIsPermissionValidForObject Method |
Returns whether a permission is valid for a DataObject.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool IsPermissionValidForObject(
PermissionFlags permission,
DataObject dataObject
)
Parameters
- permission
- Type: Omada.OE.ModelPermissionFlags
Shall only contain one permissiom, event though it is of type PermissionFlags. - dataObject
- Type: Omada.OE.ModelDataObject
Return Value
Type:
Boolean
See Also