C# Class WebUI.Globals.Converters.PermissionConverter

Afficher le fichier Open project: kulish-alina/HR_Project

Méthodes publiques

Méthode Description
Convert ( IEnumerable permissions ) : AccessRight

Specific function that converts the list of permission to just one access right

Method Details

Convert() public static méthode

Specific function that converts the list of permission to just one access right
public static Convert ( IEnumerable permissions ) : AccessRight
permissions IEnumerable The list of permissions that should be converted
Résultat AccessRight