C# 클래스 CmisSync.Lib.PathRepresentationConverter

Path representation converter.
파일 보기 프로젝트 열기: aegif/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
LocalToRemote ( string localPath ) : string
RemoteToLocal ( string remotePath ) : string
SetConverter ( IPathRepresentationConverter converter ) : void

메소드 상세

LocalToRemote() 정적인 공개 메소드

static public LocalToRemote ( string localPath ) : string
localPath string
리턴 string

RemoteToLocal() 정적인 공개 메소드

static public RemoteToLocal ( string remotePath ) : string
remotePath string
리턴 string

SetConverter() 정적인 공개 메소드

static public SetConverter ( IPathRepresentationConverter converter ) : void
converter IPathRepresentationConverter
리턴 void