Click or drag to resize

VGOracleRepositoryData Class

Configuration data for a repository based on file.
Inheritance Hierarchy
SystemObject
  ProviderData
    VGRepositoryData
      VGDatabaseRepositoryData
        Novalys.VisualGuard.Security.Oracle.Repository.ConfigurationVGOracleRepositoryData

Namespace:  Novalys.VisualGuard.Security.Oracle.Repository.Configuration
Assembly:  Novalys.VisualGuard.Security.Oracle (in Novalys.VisualGuard.Security.Oracle.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class VGOracleRepositoryData : VGDatabaseRepositoryData

The VGOracleRepositoryData type exposes the following members.

Constructors
  NameDescription
Public methodVGOracleRepositoryData

Initialize a new instance of the VGOracleRepositoryData class.

Public methodVGOracleRepositoryData(String, String, VGAuthenticationMode, Boolean, Guid, String)

Initialize a new instance of the VGOracleRepositoryData class with a name and a path.

Top
Properties
  NameDescription
Public propertyAllowedAuthenticationModes (Overrides VGRepositoryData.AllowedAuthenticationModes.)
Public propertyConnectionString
The connection string allowing to connect to the database containing the repository.
(Overrides VGDatabaseRepositoryData.ConnectionString.)
Public propertyDisplayInformation

Gets the information about the repository.

(Overrides VGDatabaseRepositoryData.DisplayInformation.)
Public propertyRepositoryConnectionTypeName
Returns the type of the repository connection.
(Overrides VGDatabaseRepositoryData.RepositoryConnectionTypeName.)
Public propertySchema
the name of the schema (user database) who owns the repository tables.
Public propertyTypeName

Gets or sets the Type name of the node used in the Visual Guard Console.

(Overrides VGDatabaseRepositoryData.TypeName.)
Top
Methods
  NameDescription
Public methodClone (Overrides VGDatabaseRepositoryData.Clone.)
Public methodEncrypt (Overrides VGRepositoryData.Encrypt.)
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 the default hash function.
(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
See Also