C# Class VaultSharp.Backends.Secret.Models.PostgreSql.PostgreSqlConnectionInfo

Represents the PostgreSql connection information.
显示文件 Open project: rajanadar/VaultSharp

Private Properties

Property Type Description

Public Methods

Method Description
PostgreSqlConnectionInfo ( ) : System

Initializes a new instance of the PostgreSqlConnectionInfo class.

Method Details

PostgreSqlConnectionInfo() public method

Initializes a new instance of the PostgreSqlConnectionInfo class.
public PostgreSqlConnectionInfo ( ) : System
return System