C# Класс Mercurial.Extensions.CaseGuard.CaseGuardAddCommandExtensions

This class adds extension methods to the AddCommand class, for the CaseGuard extension.
Показать файл Открыть проект

Открытые методы

Метод Описание
WithOverrideCaseCollision ( this command ) : AddCommand

Add files regardless of possible case-collision problems.

WithoutCaseGuarding ( this command ) : AddCommand

Completely skip checks related to case-collision problems.

WithoutWindowsFileNameChecks ( this command ) : AddCommand

Do not check filenames for Windows incompatibilities.

Описание методов

WithOverrideCaseCollision() публичный статический Метод

Add files regardless of possible case-collision problems.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithOverrideCaseCollision ( this command ) : AddCommand
command this /// The to modify. ///
Результат AddCommand

WithoutCaseGuarding() публичный статический Метод

Completely skip checks related to case-collision problems.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithoutCaseGuarding ( this command ) : AddCommand
command this /// The to modify. ///
Результат AddCommand

WithoutWindowsFileNameChecks() публичный статический Метод

Do not check filenames for Windows incompatibilities.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithoutWindowsFileNameChecks ( this command ) : AddCommand
command this /// The to modify. ///
Результат AddCommand