C# Class PlasticSCM.CLI.BranchFindFilterBuilder

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

Méthodes publiques

Méthode Description
AddAfterChangesetDate ( System.DateTime afterChangesetDate ) : void
AddAfterDate ( System.DateTime afterDate ) : void
AddAttribute ( string attributes ) : void
AddAttributeValue ( string attributeValue ) : void
AddBeforeChangesetDate ( System.DateTime beforeChangesetDate ) : void
AddBeforeDate ( System.DateTime beforeDate ) : void
AddBranchName ( string branchName ) : void
AddBranchParent ( string parents ) : void
AddChangesetDateRange ( System.DateTime afterChangesetDate, System.DateTime beforeChangesetDate ) : 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
AddReplicatedDateRange ( System.DateTime replicatedAfterDate, System.DateTime replicatedBeforeDate ) : void
AddReplicationLogId ( int replicationLogId ) : void
AddReplicationSourceRepository ( string repositories ) : void
AddRepositoryString ( string repository ) : void
ToString ( ) : string

Private Methods

Méthode Description
ObjectInvariant ( ) : void

Method Details

AddAfterChangesetDate() public méthode

public AddAfterChangesetDate ( System.DateTime afterChangesetDate ) : void
afterChangesetDate System.DateTime
Résultat void

AddAfterDate() public méthode

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

AddAttribute() public méthode

public AddAttribute ( string attributes ) : void
attributes string
Résultat void

AddAttributeValue() public méthode

public AddAttributeValue ( string attributeValue ) : void
attributeValue string
Résultat void

AddBeforeChangesetDate() public méthode

public AddBeforeChangesetDate ( System.DateTime beforeChangesetDate ) : void
beforeChangesetDate System.DateTime
Résultat void

AddBeforeDate() public méthode

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

AddBranchName() public méthode

public AddBranchName ( string branchName ) : void
branchName string
Résultat void

AddBranchParent() public méthode

public AddBranchParent ( string parents ) : void
parents string
Résultat void

AddChangesetDateRange() public méthode

public AddChangesetDateRange ( System.DateTime afterChangesetDate, System.DateTime beforeChangesetDate ) : void
afterChangesetDate System.DateTime
beforeChangesetDate 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

AddReplicatedDateRange() public méthode

public AddReplicatedDateRange ( System.DateTime replicatedAfterDate, System.DateTime replicatedBeforeDate ) : void
replicatedAfterDate System.DateTime
replicatedBeforeDate System.DateTime
Résultat void

AddReplicationLogId() public méthode

public AddReplicationLogId ( int replicationLogId ) : void
replicationLogId int
Résultat void

AddReplicationSourceRepository() public méthode

public AddReplicationSourceRepository ( string repositories ) : void
repositories string
Résultat void

AddRepositoryString() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string