C# Class PlasticSCM.CLI.AttributeFindFilterBuilder

Afficher le fichier Open project: powercode/PSPlastic Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ObjectInvariant ( ) : void

Method Details

AddAfterDate() public méthode

public AddAfterDate ( System.DateTime afterDate ) : void
afterDate System.DateTime
Résultat void

AddBeforeDate() public méthode

public AddBeforeDate ( System.DateTime beforeDate ) : void
beforeDate System.DateTime
Résultat void

AddComment() public méthode

public AddComment ( string comment ) : void
comment string
Résultat void

AddDateRange() public méthode

public AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void
afterDate System.DateTime
beforeDate System.DateTime
Résultat void

AddFilter() public méthode

public AddFilter ( string filter ) : void
filter string
Résultat void

AddGuid() public méthode

public AddGuid ( System.Guid guid ) : void
guid System.Guid
Résultat void

AddId() public méthode

public AddId ( int ids ) : void
ids int
Résultat void

AddOwner() public méthode

public AddOwner ( string owners ) : void
owners string
Résultat void

AddRepositoryString() public méthode

public AddRepositoryString ( string repository ) : void
repository string
Résultat void

AddSourceObject() public méthode

public AddSourceObject ( int sourceObject ) : void
sourceObject int
Résultat void

AddType() public méthode

public AddType ( string type ) : void
type string
Résultat void

AddValue() public méthode

public AddValue ( string value ) : void
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string