C# Class PlasticSCM.CLI.MergeFindFilterBuilder

显示文件 Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void
AddDestinationBranch ( ) : void
AddDestinationChangeset ( int destinationChangeset ) : void
AddDestinationChangesetRange ( int after, int before ) : void
AddFilter ( string filter ) : void
AddId ( int ids ) : void
AddOwner ( string owners ) : void
AddRepositoryString ( string repository ) : void
AddSourceBranch ( ) : void
AddSourceChangeset ( int sourceChangeset ) : void
AddSourceChangesetRange ( int after, int before ) : void
AddType ( string type ) : void
ToString ( ) : string

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

AddDateRange() public method

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

AddDestinationBranch() public method

public AddDestinationBranch ( ) : void
return void

AddDestinationChangeset() public method

public AddDestinationChangeset ( int destinationChangeset ) : void
destinationChangeset int
return void

AddDestinationChangesetRange() public method

public AddDestinationChangesetRange ( int after, int before ) : void
after int
before int
return void

AddFilter() public method

public AddFilter ( string filter ) : void
filter string
return void

AddId() public method

public AddId ( int ids ) : void
ids int
return void

AddOwner() public method

public AddOwner ( string owners ) : void
owners string
return void

AddRepositoryString() public method

public AddRepositoryString ( string repository ) : void
repository string
return void

AddSourceBranch() public method

public AddSourceBranch ( ) : void
return void

AddSourceChangeset() public method

public AddSourceChangeset ( int sourceChangeset ) : void
sourceChangeset int
return void

AddSourceChangesetRange() public method

public AddSourceChangesetRange ( int after, int before ) : void
after int
before int
return void

AddType() public method

public AddType ( string type ) : void
type string
return void

ToString() public method

public ToString ( ) : string
return string