Method | Description | |
---|---|---|
AddAfterChangesetId ( int changesetId ) : void | ||
AddAfterDestinationChangeset ( int beforeDestinationChangeset ) : void | ||
AddAfterSourceChangeset ( int afterSourceChangeset ) : void | ||
AddArchived ( bool archived ) : void | ||
AddAttribute ( string attributes ) : void | ||
AddAttributeValue ( string attributeValue ) : void | ||
AddBeforeChangesetId ( int changesetId ) : void | ||
AddBranch ( string branches ) : void | ||
AddBranchId ( int branchIds ) : void | ||
AddBranchName ( string branchName ) : void | ||
AddBranchParent ( string parents ) : void | ||
AddChangeset ( int changesets ) : void | ||
AddChangesetId ( int changesets ) : void | ||
AddChangesetIdRange ( int after, int before ) : void | ||
AddChangesetRange ( int after, int before ) : void | ||
AddChangesets ( int changeset ) : void | ||
AddComment ( string comment ) : void | ||
AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
AddDateRange ( string name, System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
AddDestinationBranch ( string destinationBranch ) : void | ||
AddDestinationChangeset ( int destinationChangeset ) : void | ||
AddDestinationChangesetRange ( int after, int before ) : void | ||
AddDestinationObject ( int destinationObject ) : void | ||
AddFilter ( string filter ) : void | ||
AddGuid ( System.Guid guid ) : void | ||
AddId ( int ids ) : void | ||
AddItem ( string item ) : void | ||
AddItemId ( int itemId ) : void | ||
AddLabelId ( int labelId ) : void | ||
AddMaxSize ( int maximumSize ) : void | ||
AddMinSize ( int minimumSize ) : void | ||
AddName ( string name ) : void | ||
AddOwner ( string owners ) : void | ||
AddParent ( int parent ) : void | ||
AddReplicateDateRange ( System.DateTime after, System.DateTime before ) : void | ||
AddReplicationLogId ( int replicationLogId ) : void | ||
AddReplicationSourceId ( int replicationSourceId ) : void | ||
AddReplicationSourceRepository ( string repositories ) : void | ||
AddRepositoryServer ( string replicationSourceRepository ) : void | ||
AddRepositoryString ( string repository ) : void | ||
AddShelveId ( int shelveId ) : void | ||
AddSource ( int source ) : void | ||
AddSourceBranch ( string sourceBranch ) : void | ||
AddSourceChangeset ( int sourceChangeset ) : void | ||
AddSourceChangesetRange ( int after, int before ) : void | ||
AddSourceObject ( int sourceObject ) : void | ||
AddType ( string type ) : void | ||
AddValue ( string value ) : void | ||
AddWorkspaceCheckoutId ( System.Guid workspaceCheckoutId ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
AddFilterPart ( string value ) : void | ||
AddFilterPart ( string name, int value ) : void | ||
AddFilterPart ( string name, string value ) : void | ||
AddFilterPart ( string name, string values, bool noWildCards = false ) : void | ||
AddFilterPartNoWildCard ( string name, string values ) : void | ||
AddIntegerRange ( string name, int after, int before ) : void | ||
AddRepositoryServerImpl ( string repositories, string repositoryFieldName, string serverFieldName ) : void | ||
GetBuilder ( ) : StringBuilder | ||
GetFilterPartImpl ( string name, string value, bool noWildCards ) : string | ||
GetRepositoryString ( ) : string | ||
ObjectInvariant ( ) : void | ||
ReturnBuilder ( StringBuilder builder ) : void |
public AddAfterChangesetId ( int changesetId ) : void | ||
changesetId | int | |
return | void |
public AddAfterDestinationChangeset ( int beforeDestinationChangeset ) : void | ||
beforeDestinationChangeset | int | |
return | void |
public AddAfterSourceChangeset ( int afterSourceChangeset ) : void | ||
afterSourceChangeset | int | |
return | void |
public AddAttribute ( string attributes ) : void | ||
attributes | string | |
return | void |
public AddAttributeValue ( string attributeValue ) : void | ||
attributeValue | string | |
return | void |
public AddBeforeChangesetId ( int changesetId ) : void | ||
changesetId | int | |
return | void |
public AddBranchName ( string branchName ) : void | ||
branchName | string | |
return | void |
public AddBranchParent ( string parents ) : void | ||
parents | string | |
return | void |
public AddChangeset ( int changesets ) : void | ||
changesets | int | |
return | void |
public AddChangesetId ( int changesets ) : void | ||
changesets | int | |
return | void |
public AddChangesetIdRange ( int after, int before ) : void | ||
after | int | |
before | int | |
return | void |
public AddChangesetRange ( int after, int before ) : void | ||
after | int | |
before | int | |
return | void |
public AddChangesets ( int changeset ) : void | ||
changeset | int | |
return | void |
public AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
afterDate | System.DateTime | |
beforeDate | System.DateTime | |
return | void |
public AddDateRange ( string name, System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
name | string | |
afterDate | System.DateTime | |
beforeDate | System.DateTime | |
return | void |
public AddDestinationBranch ( string destinationBranch ) : void | ||
destinationBranch | string | |
return | void |
public AddDestinationChangeset ( int destinationChangeset ) : void | ||
destinationChangeset | int | |
return | void |
public AddDestinationChangesetRange ( int after, int before ) : void | ||
after | int | |
before | int | |
return | void |
public AddDestinationObject ( int destinationObject ) : void | ||
destinationObject | int | |
return | void |
public AddReplicateDateRange ( System.DateTime after, System.DateTime before ) : void | ||
after | System.DateTime | |
before | System.DateTime | |
return | void |
public AddReplicationLogId ( int replicationLogId ) : void | ||
replicationLogId | int | |
return | void |
public AddReplicationSourceId ( int replicationSourceId ) : void | ||
replicationSourceId | int | |
return | void |
public AddReplicationSourceRepository ( string repositories ) : void | ||
repositories | string | |
return | void |
public AddRepositoryServer ( string replicationSourceRepository ) : void | ||
replicationSourceRepository | string | |
return | void |
public AddRepositoryString ( string repository ) : void | ||
repository | string | |
return | void |
public AddSourceBranch ( string sourceBranch ) : void | ||
sourceBranch | string | |
return | void |
public AddSourceChangeset ( int sourceChangeset ) : void | ||
sourceChangeset | int | |
return | void |
public AddSourceChangesetRange ( int after, int before ) : void | ||
after | int | |
before | int | |
return | void |
public AddSourceObject ( int sourceObject ) : void | ||
sourceObject | int | |
return | void |
public AddWorkspaceCheckoutId ( System.Guid workspaceCheckoutId ) : void | ||
workspaceCheckoutId | System.Guid | |
return | void |