AddUserToGroupExecutor Class
Click or drag to resize

AddUserToGroupExecutor Class

Inheritance Hierarchy
SystemObject
  FileHold.UserRoleManager.MassEditEditActionExecutor
    FileHold.UserRoleManager.MassEditAddUserToGroupExecutor

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

The AddUserToGroupExecutor type exposes the following members.

Constructors
  NameDescription
Public methodAddUserToGroupExecutor
Initializes a new instance of the AddUserToGroupExecutor 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