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

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

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]

공개 메소드들

메소드 설명
FileDataLocation ( string path, string localPath, FileStateInfo info, byte data ) : System
FileDataLocation ( string path, string localPath, byte data ) : System

메소드 상세

FileDataLocation() 공개 메소드

public FileDataLocation ( string path, string localPath, FileStateInfo info, byte data ) : System
path string
localPath string
info FileStateInfo
data byte
리턴 System

FileDataLocation() 공개 메소드

public FileDataLocation ( string path, string localPath, byte data ) : System
path string
localPath string
data byte
리턴 System

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]