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