C# Class WebUI.Globals.Converters.PermissionConverter

Mostra file Open project: kulish-alina/HR_Project

Public Methods

Method Description
Convert ( IEnumerable permissions ) : AccessRight

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

Method Details

Convert() public static method

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
return AccessRight