Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Interface IUserSession
- ReadOnly Property currentuserid As Integer
- ReadOnly Property currentusername As String
- ReadOnly Property currentstaffid As Integer
- ''' <summary>
- ''' The current company the current user belongs to
- ''' </summary>
- ''' <value></value>
- ''' <returns></returns>
- ''' <remarks></remarks>
- ReadOnly Property currentcompanyid As Integer
- ReadOnly Property currentcompanyname As String
- ReadOnly Property currentcompanylogourl As String
- ReadOnly Property currentpermission As IEnumerable(Of String)
- ReadOnly Property isloggedin As Boolean
- ReadOnly Property currentpermissions As IEnumerable(Of String)
- ReadOnly Property isSupervisor As Boolean
- 'ReadOnly Property notifications As NotificationViewModel
- 'Function SetSession(currentstaffid As Integer, currentcompanyid As Integer) As Result
- End Interface
Advertisement
Add Comment
Please, Sign In to add comment