We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d03c5c commit 36d2363Copy full SHA for 36d2363
dotnet/src/dotnetframework/GxClasses/Services/GXRestServices.cs
@@ -633,6 +633,7 @@ string dateTimeToHTMLDate(DateTime dt)
633
protected virtual bool IsSynchronizer { get { return false; } }
634
protected virtual bool IntegratedSecurityEnabled { get { return false; } }
635
protected virtual GAMSecurityLevel IntegratedSecurityLevel { get { return 0; } }
636
+ protected virtual GAMSecurityLevel ApiIntegratedSecurityLevel(string gxMethod) { return IntegratedSecurityLevel; }
637
protected virtual string ExecutePermissionPrefix { get { return string.Empty; } }
638
}
639
0 commit comments