RoleAfterCreateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class RoleAfterCreateEventArgs
{
string Description { get; }
int GroupId { get; }
int? Id { get; }
string ImageUrl { get; }
bool IsAdministratorRole { get; }
bool IsContextFree { get; }
bool IsRoleIdAssigned { get; }
bool IsSystemRole { get; }
string Name { get; }
Guid? RoleId { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Description | string | |||
| GroupId | int | |||
| Id | int? | |||
| ImageUrl | string | |||
| IsAdministratorRole | bool | |||
| IsContextFree | bool | |||
| IsRoleIdAssigned | bool | |||
| IsSystemRole | bool | |||
| Name | string | |||
| RoleId | Guid? |