Method | Description | |
---|---|---|
AddAttribute ( string attributes ) : void | ||
AddAttributeValue ( string attributeValue ) : void | ||
AddBranch ( string branches ) : void | ||
AddBranchId ( int branchIds ) : void | ||
AddChangeset ( int changesets ) : 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 | ||
AddName ( string name ) : void | ||
AddOwner ( string owners ) : void | ||
AddReplicatedDateRange ( System.DateTime replicatedAfterDate, System.DateTime replicatedBeforeDate ) : void | ||
AddReplicationLogId ( int replicationLogId ) : void | ||
AddReplicationSourceId ( int replicationSourceId ) : void | ||
AddReplicationSourceRepository ( string repositories ) : void | ||
AddRepositoryString ( string repository ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ObjectInvariant ( ) : void |
public AddAttribute ( string attributes ) : void | ||
attributes | string | |
return | void |
public AddAttributeValue ( string attributeValue ) : void | ||
attributeValue | string | |
return | void |
public AddChangeset ( int changesets ) : void | ||
changesets | int | |
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 AddReplicationSourceId ( int replicationSourceId ) : void | ||
replicationSourceId | int | |
return | void |
public AddReplicationSourceRepository ( string repositories ) : void | ||
repositories | string | |
return | void |
public AddRepositoryString ( string repository ) : void | ||
repository | string | |
return | void |