Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Scheduled Tasks allows you to choose or create multiple scheduled tasks for the URD. These tasks may be preventive maintenance, inspections and/or on condition tasks. The tasks are displayed in their priority order, which is the order in which they will be performed.
Scheduled Tasks allows you to choose or create multiple scheduled tasks for the URD. These tasks may be preventive maintenance, inspections and/or on condition tasks. The tasks are displayed in their priority order, which is the order in which they will be performed.
=== Constructors ===
== Constructors ==


*'''[[Public Sub New - cRepository|Sub New]]''' {{APIComment|Creates a new scheduled task.}}
*'''[[New Repository]]''' {{APIComment|Creates a new scheduled task.}}
*'''[[DisconnectFromRepository()]]''' {{APIComment|Disconnects from current repository.}}
=== Properties  ==


=== Properties  ===
*'''[[Repository.DisconnectFromRepository]]''' {{APIComment|Disconnects from current repository.}}
*'''[[EnforceRENOCompliance]]''' {{APIComment|Defines the restrictions on model names. True by default.}}
*'''[[Repository.EnforceRENOCompliance]]''' {{APIComment|Defines the restrictions on model names. True by default.}}
*'''[[Repository]]''' {{APIComment|Class that can be used to work with a repository.}}
*'''[[Repository.ConnectToRepository]]''' {{APIComment|Connects to any (MS Access, MS SQL or Oracle) repository. If the extension of the file is 'rserp' then it connects to the enterprise database described in the file. Otherwise MS Access repository is assumed.}}
*'''[[ConnectToRepository]]''' {{APIComment|Connects to any (MS Access, MS SQL or Oracle) repository. If the extension of the file is 'rserp' then it connects to the enterprise database described in the file. Otherwise MS Access repository is assumed.}}
*'''[[ConnectToAccessRepository]]''' {{APIComment|Connects to an MS Access repository.}}
*'''[[ConnectToAccessRepository]]''' {{APIComment|Connects to an MS Access repository.}}
*'''[[ConnectToSQLRepository]]''' {{APIComment|Connects to an MS SQL repository.}}
*'''[[ConnectToSQLRepository]]''' {{APIComment|Connects to an MS SQL repository.}}

Revision as of 19:03, 17 September 2013



Scheduled Tasks allows you to choose or create multiple scheduled tasks for the URD. These tasks may be preventive maintenance, inspections and/or on condition tasks. The tasks are displayed in their priority order, which is the order in which they will be performed.

Constructors

= Properties