UserRole
Description
The structure represents an instance of the UserRole entity.
Constructor
Constructor | Description |
---|---|
UserRole | Initializes a new instance of the UserRole object model. |
Properties
Property | Description |
---|---|
UserRoleId | Sets or Gets the Id of the User's Role. |
UserId | Gets the Id of the User. |
RoleId | Gets or sets the ID of the Role. |
UserInfo | Gets or sets the user info. |
RoleInfo | Gets or sets the role info. |
Created | Gets the Role created Date&Time. |
Modified | Gets the Role modified Date&Time. |
CreatedBy | Gets the username by whole the Role got created. |
ModifiedBy | Gets the username by whole the Role got modified. |
Remarks
Use the UserRole object model to get or set information about UserRole.