C# Class CmisSync.Lib.PathRepresentationConverter

Path representation converter.
Afficher le fichier Open project: aegif/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
LocalToRemote ( string localPath ) : string
RemoteToLocal ( string remotePath ) : string
SetConverter ( IPathRepresentationConverter converter ) : void

Method Details

LocalToRemote() static public méthode

static public LocalToRemote ( string localPath ) : string
localPath string
Résultat string

RemoteToLocal() static public méthode

static public RemoteToLocal ( string remotePath ) : string
remotePath string
Résultat string

SetConverter() static public méthode

static public SetConverter ( IPathRepresentationConverter converter ) : void
converter IPathRepresentationConverter
Résultat void