C# 클래스 SourceControl.Subversion

The implementation of the Subversion class.
상속: ISourceControlSystem
파일 보기 프로젝트 열기: daptiv/Malevich

공개 프로퍼티들

프로퍼티 타입 설명
Url string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Subversion ( string url ) : System

메소드 상세

Subversion() 공개 메소드

public Subversion ( string url ) : System
url string The url of the repository.
리턴 System

프로퍼티 상세

Url 공개적으로 프로퍼티

The Url of the Subversion server.
public string Url
리턴 string