Class UserMng
  • Overview
  • Download
  • Interface detail
  • How to use
Show / Hide Table of Contents
  • ActiveGuard.Plugins.OSS.Common.Utitlity
    • ActiveGuardFactory
    • ActiveGuardFactory.OnHandleOpenRecordingEventHandler
    • ActiveGuardFactory.OnHandleSaveCurentUserEventHandler
    • ActiveGuardFactory.OnHandleSavePresetEventHandler
    • ActiveGuardFactory.OnHandleSaveServerConnectionsEventHandler
    • ActiveGuardFactory.OnHandleSaveUserManagementEventHandler
  • ActiveGuard.Plugins.OSS.Models
    • CameraMap
    • Map
    • MediaInfo
    • ServerConnection
    • User
    • UserMng
  • ActiveGuard.Plugins.OSS.Views
    • PluginSetupView
    • ThumbnailSearchView

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

  • True : User can add/edit/delete face watchlist.
  • False : User can not add/edit/delete face watchlist.

    Mandatory : Yes

    Value range : True|False

    Sample: True

AllowPeopleWatchlist

Declaration
public bool AllowPeopleWatchlist { get; set; }
Property Value
Type Description
System.Boolean

User can use people watchlist as search filter

  • True : User can add/edit/delete people watchlist.
  • False : User can not add/edit/delete people watchlist.

    Mandatory : Yes

    Value range : True|False

    Sample: True

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

User Name VMS user who will access to plugin

Mandatory : Yes

Value range : 256 characters at the maximum

Sample: Admin

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
In This Article
Back to top Generated by DocFX