Build the TRole for player.
Assembly: Epic.Core
Declaration Syntax
C# |
protected abstract TRole BuildRole( IPrincipal player )
Parameters
- player (IPrincipal)
- Role player.
Return Value
The role. Must implement TRole.
Assembly: Epic.Core
C# |
protected abstract TRole BuildRole( IPrincipal player )