- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
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; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AvatarUrl |
string |
|||
Description |
string |
|||
GroupId |
int |
|||
Id |
int? |
|||
ImageUrl |
string |
|||
IsAdministratorRole |
bool |
|||
IsContextFree |
bool |
|||
IsRoleIdAssigned |
bool |
|||
IsSystemRole |
bool |
|||
Name |
string |
|||
PermissionEntries |
IList<PermissionEntry> |
|||
RoleId |
Guid? |