C# 클래스 Frapid.Backups.Postgres.BatchFile

파일 보기 프로젝트 열기: frapid/frapid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Tenant string

공개 메소드들

메소드 설명
BatchFile ( string fileName ) : System
BatchFile ( string fileName, DbServer server, string pgDumpPath, string tenant ) : System
Create ( ) : string
Delete ( ) : void

메소드 상세

BatchFile() 공개 메소드

public BatchFile ( string fileName ) : System
fileName string
리턴 System

BatchFile() 공개 메소드

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

Create() 공개 메소드

public Create ( ) : string
리턴 string

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

프로퍼티 상세

Tenant 공개적으로 프로퍼티

public string Tenant
리턴 string