C# 클래스 Tp.Tfs.TfsPluginProfile

상속: TfsConnectionSettings, ISynchronizableProfile, IValidatable
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsSshUri bool
IsTfsUri bool
ValidateUriFormat void
ValidateUriIsNotEmpty void
ValidateUserMapping void

공개 메소드들

메소드 설명
TfsPluginProfile ( ) : System
Validate ( PluginProfileErrorCollection errors ) : void
ValidateStartRevision ( PluginProfileErrorCollection errors ) : void
ValidateStartWorkItem ( PluginProfileErrorCollection errors ) : void
ValidateUri ( PluginProfileErrorCollection errors ) : void

비공개 메소드들

메소드 설명
IsSshUri ( ) : bool
IsTfsUri ( ) : bool
ValidateUriFormat ( PluginProfileErrorCollection errors ) : void
ValidateUriIsNotEmpty ( PluginProfileErrorCollection errors ) : void
ValidateUserMapping ( PluginProfileErrorCollection errors ) : void

메소드 상세

TfsPluginProfile() 공개 메소드

public TfsPluginProfile ( ) : System
리턴 System

Validate() 공개 메소드

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

ValidateStartRevision() 공개 메소드

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

ValidateStartWorkItem() 공개 메소드

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

ValidateUri() 공개 메소드

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