The IISonasSession type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AddBadge |
Adds a badge to a person
|
![]() | AddGroupName |
Adds a group (not membership) to the system
|
![]() | AddGroups |
Add a person to a group
|
![]() | AddIdFile |
Adds an IDfile to Isonas
|
![]() | AddPermission |
Add a new permission entry to the system
|
![]() | AddShift |
Adds a shift to Isonas
|
![]() | Admit |
Causes the specified door to unlatch the door lock for the "latch interval" defined for that door and then relatch
it at the end of the interval
|
![]() | ApplySettings |
Applies settings (does not queue, either succeeds immediately or fails)
|
![]() | DeleteBadge |
Deletes a badge from the system
|
![]() | DeleteGroupName |
Deletes a group (not membership) from the system
|
![]() | DeleteGroups |
Delete a person from a group
|
![]() | DeleteIdFile |
Delete an ID
|
![]() | DeletePermission |
Deletes a permission entry from the system
|
![]() | DeleteShift |
Delete a shift from the system
|
![]() | Dispose | (Inherited from IAsyncDisposable.) |
![]() | PresentBadge |
Presents a badge to simulate an actual user at a door
|
![]() | QueryAllBadges |
Get all badges in the system
|
![]() | QueryAllDoorGroups |
Get all door groups in the system
|
![]() | QueryAllDoors |
Get all doors in the system
|
![]() | QueryAllGroupNames |
Get all groups (not memberships) in the system
|
![]() | QueryAllIdFiles |
A list of all person IDs in the system
|
![]() | QueryBadges |
Find all badges belonging to the supplied person
|
![]() | QueryByBadgeId |
Find a badge by its ID
|
![]() | QueryGroups |
Queries group membership by person ID or group name
|
![]() | QueryHistory |
Query history
|
![]() | QueryIdFile |
Get ID details for the specified person
|
![]() | QueryPermissions |
Get all permissions in the system
|
![]() | QueryShift |
Return the full details of a shift given its name
|
![]() | QueryStatus |
Check the status of the controllers
|
![]() | UpdateIdFile |
Update an existing id file.
|
See Also