Skip to content

AlexanderZhyrkov/how-to-implement-a-custom-security-operation-that-can-be-permitted-at-the-type-level-e4483

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To: Implement a custom security operation that can be permitted at the type level

[Run Online]

In the XAF Security System, the following operations can be permitted for a specific type by default: Read, Write, Create, Delete and Navigate. In this topic, an implementation of the additional Export operation is shown. The customization of the ExportController which should consider whether or not the Export operation is allowed for the currently displayed object type is also demonstrated.

The complete description is available in the online documentation.


About

.NET, Frameworks (XAF & XPO), eXpressApp Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.5%
  • Classic ASP 24.5%