Role
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class Role { string AvatarUrl { get; set; } string Description { get; set; } int GroupId { get; set; } int? Id { get; set; } string ImageUrl { get; set; } bool IsAdministratorRole { get; set; } bool IsContextFree { get; set; } bool IsRoleIdAssigned { get; set; } bool IsSystemRole { get; set; } string Name { get; set; } IList<PermissionEntry> PermissionEntries { get; set; } Guid? RoleId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AvatarUrl | string | |||
Description | string | |||
GroupId | int | |||
Id | int? | |||
ImageUrl Obsolete | string | This property is no longer used and always returns an empty string. | ||
IsAdministratorRole | bool | |||
IsContextFree | bool | |||
IsRoleIdAssigned | bool | |||
IsSystemRole | bool | |||
Name | string | |||
PermissionEntries | IList<PermissionEntry> | |||
RoleId | Guid? |