Properties
Name | Access | Type | Description |
---|---|---|---|
AvatarUrl | Read, Write | String | Avatar Url |
Description | Read, Write | String | Description |
Errors | Read | IList of Error | Errors |
GroupId | Read, Write | Int32 | Group Id |
Id | Read, Write | Nullable of Int32 | Id |
ImageUrl | Read, Write | String | Image Url |
IsAdministratorRole | Read, Write | Boolean | Is Administrator Role |
IsContextFree | Read, Write | Boolean | Is Context Free |
IsPrivate | Read, Write | Boolean | Is Private |
IsRoleIdAssigned | Read, Write | Boolean | Is Role Id Assigned |
IsSystemRole | Read, Write | Boolean | Is System Role |
Name | Read, Write | String | Name |
PermissionEntries | Read, Write | IList of PermissionEntry | Permission Entries |
RoleId | Read, Write | Nullable of Guid | Role Id |
Warnings | Read | IList of Warning | Warnings |
Methods
HasErrors
Velocity
#set($booleanResponse = $role.HasErrors())
JavaScript
var booleanResponse = role.HasErrors();
Returns
Boolean
HasWarnings
Velocity
#set($booleanResponse = $role.HasWarnings())
JavaScript
var booleanResponse = role.HasWarnings();
Returns
Boolean
HasWarningsOrErrors
Velocity
#set($booleanResponse = $role.HasWarningsOrErrors())
JavaScript
var booleanResponse = role.HasWarningsOrErrors();
Returns
Boolean
ThrowErrors
Velocity
$role.ThrowErrors()
JavaScript
role.ThrowErrors();