C# Class Frapid.Backups.Postgres.BatchFile

ファイルを表示 Open project: frapid/frapid Class Usage Examples

Public Properties

Property Type Description
Tenant string

Public Methods

Method Description
BatchFile ( string fileName ) : System
BatchFile ( string fileName, DbServer server, string pgDumpPath, string tenant ) : System
Create ( ) : string
Delete ( ) : void

Method Details

BatchFile() public method

public BatchFile ( string fileName ) : System
fileName string
return System

BatchFile() public method

public BatchFile ( string fileName, DbServer server, string pgDumpPath, string tenant ) : System
fileName string
server DbServer
pgDumpPath string
tenant string
return System

Create() public method

public Create ( ) : string
return string

Delete() public method

public Delete ( ) : void
return void

Property Details

Tenant public_oe property

public string Tenant
return string