C# Class Tp.Mercurial.MercurialPluginProfile

Inheritance: Tp.SourceControl.Settings.ConnectionSettings, ISynchronizableProfile, IValidatable
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Свойство Type Description
IsCommonUri bool
IsFileUri bool
IsFileshareUri bool
IsSshUri bool
StartRevisionShouldBeNotLessThanMin bool
StartRevisionShouldBeValidDate bool
StartRevisionShouldNotExceedTheMax bool
UriContainsCreditials bool
UriContainsLoginOnly bool
ValidateCredentialsInUri void
ValidateUriFormat void
ValidateUriIsNotEmpty void
ValidateUserMapping void

Méthodes publiques

Méthode Description
MercurialPluginProfile ( ) : System
Validate ( PluginProfileErrorCollection errors ) : void
ValidateStartRevision ( PluginProfileErrorCollection errors ) : bool
ValidateUri ( PluginProfileErrorCollection errors ) : void

Private Methods

Méthode Description
IsCommonUri ( ) : bool
IsFileUri ( ) : bool
IsFileshareUri ( ) : bool
IsSshUri ( ) : bool
StartRevisionShouldBeNotLessThanMin ( PluginProfileErrorCollection errors ) : bool
StartRevisionShouldBeValidDate ( PluginProfileErrorCollection errors ) : bool
StartRevisionShouldNotExceedTheMax ( PluginProfileErrorCollection errors ) : bool
UriContainsCreditials ( ) : bool
UriContainsLoginOnly ( ) : bool
ValidateCredentialsInUri ( PluginProfileErrorCollection errors ) : void
ValidateUriFormat ( PluginProfileErrorCollection errors ) : void
ValidateUriIsNotEmpty ( PluginProfileErrorCollection errors ) : void
ValidateUserMapping ( PluginProfileErrorCollection errors ) : void

Method Details

MercurialPluginProfile() public méthode

public MercurialPluginProfile ( ) : System
Résultat System

Validate() public méthode

public Validate ( PluginProfileErrorCollection errors ) : void
errors PluginProfileErrorCollection
Résultat void

ValidateStartRevision() public méthode

public ValidateStartRevision ( PluginProfileErrorCollection errors ) : bool
errors PluginProfileErrorCollection
Résultat bool

ValidateUri() public méthode

public ValidateUri ( PluginProfileErrorCollection errors ) : void
errors PluginProfileErrorCollection
Résultat void