C# 클래스 SVN.Core.SVNRepositoryManager

파일 보기 프로젝트 열기: CodeGarten/CodeGarten

공개 메소드들

메소드 설명
Create ( String parentPath, String repoName ) : SVNRepositoryManager
Delete ( String parentPath, String repoName ) : bool
Initialize ( ) : bool

비공개 메소드들

메소드 설명
SVNRepositoryManager ( String parentPath, String repoName ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( String parentPath, String repoName ) : SVNRepositoryManager
parentPath String
repoName String
리턴 SVNRepositoryManager

Delete() 공개 정적인 메소드

public static Delete ( String parentPath, String repoName ) : bool
parentPath String
repoName String
리턴 bool

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool