C# Class Microsoft.TeamFoundation.VersionControl.Client.TfsPath

Show file Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Public Properties

Property Type Description
PlatformComparison System.StringComparison

Private Properties

Property Type Description
TfsPath System

Public Methods

Method Description
FromPlatformPath ( string path ) : string
LocalToServerPath ( string path ) : string
ServerToLocalPath ( string path ) : string
ToPlatformPath ( string path ) : string

Private Methods

Method Description
TfsPath ( ) : System

Method Details

FromPlatformPath() public static method

public static FromPlatformPath ( string path ) : string
path string
return string

LocalToServerPath() public static method

public static LocalToServerPath ( string path ) : string
path string
return string

ServerToLocalPath() public static method

public static ServerToLocalPath ( string path ) : string
path string
return string

ToPlatformPath() public static method

public static ToPlatformPath ( string path ) : string
path string
return string

Property Details

PlatformComparison public static property

public static StringComparison,System PlatformComparison
return System.StringComparison