Class UserMng
Inheritance
System.Object
UserMng
Implements
System.IDisposable
Namespace: ActiveGuard.Plugins.OSS.Models
Assembly: ActiveGuard.Plugins.OSS.dll
Syntax
public class UserMng : ViewModelBase, IDisposable
Properties
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
|
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