Ilumnis Authentication

Role Constructor (Int32)

Constructs role object and loads role.

public Role(
   int roleId
);

Parameters

roleId
Database identifier of role to load.

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown if invalid roleId is passed.

See Also

Role Class | IExSys.Authentication Namespace | Role Constructor Overload List