C# Class PlasticSCM.CLI.LinkFindFilterBuilder

Show file Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

AddComment() public method

public AddComment ( string comment ) : void
comment string
return void

AddDateRange() public method

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

AddDestinationObject() public method

public AddDestinationObject ( int destinationObject ) : void
destinationObject int
return void

AddFilter() public method

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

AddGuid() public method

public AddGuid ( System.Guid guid ) : void
guid System.Guid
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

AddSourceObject() public method

public AddSourceObject ( int sourceObject ) : void
sourceObject int
return void

AddType() public method

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

ToString() public method

public ToString ( ) : string
return string