C# 클래스 DXVcs2Git.DXVcs.DXVcsRepository.FileLocation

파일 보기 프로젝트 열기: Xarlot/DXVcs2Git

공개 프로퍼티들

프로퍼티 타입 설명
Info FileStateInfo?
LocalPath string
Path string

공개 메소드들

메소드 설명
FileLocation ( string path, string localPath ) : System
FileLocation ( string path, string localPath, FileStateInfo info ) : System

메소드 상세

FileLocation() 공개 메소드

public FileLocation ( string path, string localPath ) : System
path string
localPath string
리턴 System

FileLocation() 공개 메소드

public FileLocation ( string path, string localPath, FileStateInfo info ) : System
path string
localPath string
info FileStateInfo
리턴 System

프로퍼티 상세

Info 공개적으로 프로퍼티

public FileStateInfo? Info
리턴 FileStateInfo?

LocalPath 공개적으로 프로퍼티

public string LocalPath
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string