C# Class PlasticSCM.CLI.BranchFindFilterBuilder

ファイルを表示 Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method 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

Method Description
ObjectInvariant ( ) : void

Method Details

AddAfterChangesetDate() public method

public AddAfterChangesetDate ( System.DateTime afterChangesetDate ) : void
afterChangesetDate System.DateTime
return void

AddAfterDate() public method

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

AddAttribute() public method

public AddAttribute ( string attributes ) : void
attributes string
return void

AddAttributeValue() public method

public AddAttributeValue ( string attributeValue ) : void
attributeValue string
return void

AddBeforeChangesetDate() public method

public AddBeforeChangesetDate ( System.DateTime beforeChangesetDate ) : void
beforeChangesetDate System.DateTime
return void

AddBeforeDate() public method

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

AddBranchName() public method

public AddBranchName ( string branchName ) : void
branchName string
return void

AddBranchParent() public method

public AddBranchParent ( string parents ) : void
parents string
return void

AddChangesetDateRange() public method

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

AddReplicatedDateRange() public method

public AddReplicatedDateRange ( System.DateTime replicatedAfterDate, System.DateTime replicatedBeforeDate ) : void
replicatedAfterDate System.DateTime
replicatedBeforeDate System.DateTime
return void

AddReplicationLogId() public method

public AddReplicationLogId ( int replicationLogId ) : void
replicationLogId int
return void

AddReplicationSourceRepository() public method

public AddReplicationSourceRepository ( string repositories ) : void
repositories string
return void

AddRepositoryString() public method

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

ToString() public method

public ToString ( ) : string
return string