Click or drag to resize

clsImportSetupFormRights Class

Data holder to import and export form access rights from one database to an other: MARIProjektImportSetupFormRights
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportSetupFormRights

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

The clsImportSetupFormRights type exposes the following members.

Constructors
  NameDescription
Public methodclsImportSetupFormRights
Initializes a new instance of the clsImportSetupFormRights class
Top
Properties
  NameDescription
Public propertyApplication
Application Module or User Process Code
Public propertyFunctionName
FunctionName
Public propertyMode
Mode Form Mode
Public propertyRightsAll
RightsAll Bit Flag
Public propertyRightsChange
RightsChange Bit Flag
Public propertyRightsDelete
RightsDelete Bit Flag
Public propertyRightsInsert
RightsInsert Bit Flag
Public propertyRightsRead
RightsRead Bit Flag
Public propertyUserType
UserType 0=User, 2=CustomerPortalUser,10=special modes
Top
Methods
  NameDescription
Public methodbReadFromDB
Reads the form right 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
Stores values in the ACCESS mdb file
(Overrides clsImportBasebSaveRSToMDB(MPInterface, DataRow, DataTable).)
Top
Remarks
See Also