Click or drag to resize

RemoveUsersExecutor Class

Inheritance Hierarchy

Namespace:  FileHold.UserRoleManager.MassEdit
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public class RemoveUsersExecutor : EditActionExecutor

The RemoveUsersExecutor type exposes the following members.

Constructors
  NameDescription
Public methodRemoveUsersExecutor
Initializes a new instance of the RemoveUsersExecutor class
Top
Properties
  NameDescription
Protected propertyselectedUserCount (Inherited from EditActionExecutor.)
Protected propertystringValue (Inherited from EditActionExecutor.)
Top
Methods
Fields
  NameDescription
Protected fieldaction (Inherited from EditActionExecutor.)
Protected fieldconnection (Inherited from EditActionExecutor.)
Protected fielddatabase (Inherited from EditActionExecutor.)
Protected fieldexternalUsers (Inherited from EditActionExecutor.)
Protected fieldtransaction (Inherited from EditActionExecutor.)
Protected fielduserRoleManager (Inherited from EditActionExecutor.)
Protected fieldusers (Inherited from EditActionExecutor.)
Top
Extension Methods