Hi,
NetSqlAzMan does not supports OperationID.
You can create some naming convention e just concatenate the operation name with the action, for example:
Operation base name: "DynamicView", Actions: "Read", "Print", "Export" ...
So at run time just concat Action+Operation ... to check access.
Simple.
Regards,
Andrea.