C# Class Sep.Git.Tfs.Util.ApplicableChange

显示文件 Open project: pmiossec/git-tfs Class Usage Examples

Public Methods

Method Description
Delete ( string path ) : ApplicableChange
Update ( string path, LibGit2Sharp.Mode mode = Mode.NonExecutableFile ) : ApplicableChange

Method Details

Delete() public static method

public static Delete ( string path ) : ApplicableChange
path string
return ApplicableChange

Update() public static method

public static Update ( string path, LibGit2Sharp.Mode mode = Mode.NonExecutableFile ) : ApplicableChange
path string
mode LibGit2Sharp.Mode
return ApplicableChange