Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ string dateTimeToHTMLDate(DateTime dt)
protected virtual bool IsSynchronizer { get { return false; } }
protected virtual bool IntegratedSecurityEnabled { get { return false; } }
protected virtual GAMSecurityLevel IntegratedSecurityLevel { get { return 0; } }
protected virtual string ApiExecutePermissionPrefix(string gxMethod) { return ExecutePermissionPrefix; }
protected virtual GAMSecurityLevel ApiIntegratedSecurityLevel(string gxMethod) { return IntegratedSecurityLevel; }
protected virtual string ExecutePermissionPrefix { get { return string.Empty; } }
}
Expand Down
Loading