C# Class PlasticSCM.CLI.AttributeFindFilterBuilder

Mostrar archivo Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
AddAfterDate ( System.DateTime afterDate ) : void
AddBeforeDate ( System.DateTime beforeDate ) : void
AddComment ( string comment ) : void
AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : 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
AddValue ( string value ) : void
ToString ( ) : string

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

AddAfterDate() public method

public AddAfterDate ( System.DateTime afterDate ) : void
afterDate System.DateTime
return void

AddBeforeDate() public method

public AddBeforeDate ( System.DateTime beforeDate ) : void
beforeDate System.DateTime
return void

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

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

AddValue() public method

public AddValue ( string value ) : void
value string
return void

ToString() public method

public ToString ( ) : string
return string