Class User
Inheritance
System.Object
User
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ActiveGuard.Plugins.OSS.Models
Assembly: ActiveGuard.Plugins.OSS.dll
Syntax
public class User : IDisposable
Properties
AccessCameras
Declaration
public List<string> AccessCameras { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | List of camera that this user can access. If not set, this user can access all cameras. |
AllowFaceWatchlist
Declaration
public bool AllowFaceWatchlist { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | User can use face watchlist as search filter
|
AllowPeopleWatchlist
Declaration
public bool AllowPeopleWatchlist { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | User can use people watchlist as search filter
|
AllowPlugin
Declaration
public bool AllowPlugin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | If [False] is set, the user cannot search from all cameras at all.
|
IsAdmin
Declaration
public bool IsAdmin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | To check this user is administrator or not.
|
StartPlaybackTime
Declaration
public int StartPlaybackTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Configuration for the current user.
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | User Name VMS user who will access to plugin |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable