Click or drag to resize

clsImportSetupUserGroups Class

Data holder to import user groups for Access Rights into MARIProject: (Access table: MARIProjektImportSetupUserGroups)
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportSetupUserGroups

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportSetupUserGroups : clsImportBase

The clsImportSetupUserGroups type exposes the following members.

Constructors
  NameDescription
Public methodclsImportSetupUserGroups
Initializes a new instance of the clsImportSetupUserGroups class
Top
Properties
  NameDescription
Public propertyDescription
NVARCHAR(50)Description of the user group: MPBenutzergruppen.Bezeichnung
Public propertyOrderIndex
simple order of the groups
Public propertyUserGroupID
1..63 User Groups: MPBenutzergruppen.Gruppe
Public propertyUserLevel
NOT USED: UserLevel of the user group
Public propertyUserLevel2
NOT USED: Default UserLevel of the user group: MPBenutzergruppen.FiBuLevel
Public propertyUserType
UserType 1=Fulluser, 2=Customer Portal User
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the user group data from the database and copies the values to the class Only for internal use! To load data use your own SQL.
(Overrides clsImportBasebReadFromDB(MPInterface, String).)
Public methodbSaveRSToMDB
Save class data in the access database
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
Remarks
See Also