C# 클래스 PlasticSCM.CLI.LinkFindFilterBuilder

파일 보기 프로젝트 열기: powercode/PSPlastic 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( string comment ) : void
AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void
AddDestinationObject ( int destinationObject ) : void
AddFilter ( string filter ) : void
AddGuid ( System.Guid guid ) : void
AddId ( int ids ) : void
AddOwner ( string owners ) : void
AddRepositoryString ( string repository ) : void
AddSourceObject ( int sourceObject ) : void
AddType ( string type ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
ObjectInvariant ( ) : void

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment ) : void
comment string
리턴 void

AddDateRange() 공개 메소드

public AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void
afterDate System.DateTime
beforeDate System.DateTime
리턴 void

AddDestinationObject() 공개 메소드

public AddDestinationObject ( int destinationObject ) : void
destinationObject int
리턴 void

AddFilter() 공개 메소드

public AddFilter ( string filter ) : void
filter string
리턴 void

AddGuid() 공개 메소드

public AddGuid ( System.Guid guid ) : void
guid System.Guid
리턴 void

AddId() 공개 메소드

public AddId ( int ids ) : void
ids int
리턴 void

AddOwner() 공개 메소드

public AddOwner ( string owners ) : void
owners string
리턴 void

AddRepositoryString() 공개 메소드

public AddRepositoryString ( string repository ) : void
repository string
리턴 void

AddSourceObject() 공개 메소드

public AddSourceObject ( int sourceObject ) : void
sourceObject int
리턴 void

AddType() 공개 메소드

public AddType ( string type ) : void
type string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string