C# 클래스 Tp.Git.GitPluginProfile

상속: Tp.SourceControl.Settings.ConnectionSettings, ISynchronizableProfile, IValidatable
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

Private Properties

프로퍼티 타입 설명
IsCommonUri bool
IsFileUri bool
IsGitUri bool
IsSshUri bool
StartRevisionShouldBeNotLessThanMin bool
StartRevisionShouldBeValidDate bool
StartRevisionShouldNotExceedTheMax bool
ValidateUriFormat void
ValidateUriIsNotEmpty void
ValidateUserMapping void

공개 메소드들

메소드 설명
GitPluginProfile ( ) : System
Validate ( PluginProfileErrorCollection errors ) : void
ValidateStartRevision ( PluginProfileErrorCollection errors ) : bool
ValidateUri ( PluginProfileErrorCollection errors ) : void

비공개 메소드들

메소드 설명
IsCommonUri ( ) : bool
IsFileUri ( ) : bool
IsGitUri ( ) : bool
IsSshUri ( ) : bool
StartRevisionShouldBeNotLessThanMin ( PluginProfileErrorCollection errors ) : bool
StartRevisionShouldBeValidDate ( PluginProfileErrorCollection errors ) : bool
StartRevisionShouldNotExceedTheMax ( PluginProfileErrorCollection errors ) : bool
ValidateUriFormat ( PluginProfileErrorCollection errors ) : void
ValidateUriIsNotEmpty ( PluginProfileErrorCollection errors ) : void
ValidateUserMapping ( PluginProfileErrorCollection errors ) : void

메소드 상세

GitPluginProfile() 공개 메소드

public GitPluginProfile ( ) : System
리턴 System

Validate() 공개 메소드

public Validate ( PluginProfileErrorCollection errors ) : void
errors PluginProfileErrorCollection
리턴 void

ValidateStartRevision() 공개 메소드

public ValidateStartRevision ( PluginProfileErrorCollection errors ) : bool
errors PluginProfileErrorCollection
리턴 bool

ValidateUri() 공개 메소드

public ValidateUri ( PluginProfileErrorCollection errors ) : void
errors PluginProfileErrorCollection
리턴 void