C# Class Core.Framework.Permissions.Helpers.PermissionsHelper

Provide permissions module helper methods.
Show file Open project: coreframework/Core-Framework

Public Methods

Method Description
GetEntityType ( Type entityType ) : String

Gets the entity type name.

Method Details

GetEntityType() public static method

Gets the entity type name.
public static GetEntityType ( Type entityType ) : String
entityType System.Type Type of the entity.
return String