Click or drag to resize
QVPRAPISettings Class
Represents all configurable settings of the QVPR.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQVPRAPISettings

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class QVPRAPISettings

The QVPRAPISettings type exposes the following members.

Constructors
  NameDescription
Public methodQVPRAPISettings
Initializes a new instance of the QVPRAPISettings class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyConnectionModel
SQL connection model.
Public propertyConnectUsingWindowsAuthentication
Value indicating if the connection to the database should be made via Windows authentication.
Public propertyDatabase
Name of the database.
Public propertyPassword
Password used for connecting to the SQL server.
Public propertyPort
Port for SQL connection.
Public propertyProvider
Provider of the QVPR database.
Public propertyServer
SQL server.
Public propertyUserName
Username for connecting to the SQL server.
Public propertyXmlBackupInterval
How often in minutes should the XML repository backup be scheduled.
Public propertyXmlBackupPath
Path to where the repository backup should be saved.
Public propertyXmlBackupSchedule
Configuration for the scheduled backup of the XML repository.
Public propertyXmlBackupTime
Date and time for the daily XML repository backup.
Public propertyXmlBasePath
Path to the folder where the XML repository is to be created.
Top
See Also