Méthode | Description | |
---|---|---|
AddAfterChangesetId ( int changesetId ) : void | ||
AddAfterDate ( System.DateTime afterDate ) : void | ||
AddAttribute ( ) : void | ||
AddAttributeValue ( string attributeValue ) : void | ||
AddBeforeChangesetId ( int changesetId ) : void | ||
AddBeforeDate ( System.DateTime beforeDate ) : void | ||
AddBranch ( ) : void | ||
AddChangesetId ( ) : void | ||
AddChangesetIdRange ( int afterChangeset, int beforeChangeset ) : 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 | ||
AddOnlyWithRevisions ( ) : void | ||
AddOwner ( string owners ) : void | ||
AddParent ( int parent ) : void | ||
AddReplicatedDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
AddReplicationLogId ( int replicationLogId ) : void | ||
AddReplicationSourceId ( int replicationSourceId ) : void | ||
AddReplicationSourceRepository ( string repositories ) : void | ||
AddRepositoryString ( string repository ) : void | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
ObjectInvariant ( ) : void |
public AddAfterChangesetId ( int changesetId ) : void | ||
changesetId | int | |
Résultat | void |
public AddAfterDate ( System.DateTime afterDate ) : void | ||
afterDate | System.DateTime | |
Résultat | void |
public AddAttributeValue ( string attributeValue ) : void | ||
attributeValue | string | |
Résultat | void |
public AddBeforeChangesetId ( int changesetId ) : void | ||
changesetId | int | |
Résultat | void |
public AddBeforeDate ( System.DateTime beforeDate ) : void | ||
beforeDate | System.DateTime | |
Résultat | void |
public AddChangesetIdRange ( int afterChangeset, int beforeChangeset ) : void | ||
afterChangeset | int | |
beforeChangeset | int | |
Résultat | void |
public AddComment ( string comment ) : void | ||
comment | string | |
Résultat | void |
public AddDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
afterDate | System.DateTime | |
beforeDate | System.DateTime | |
Résultat | void |
public AddReplicatedDateRange ( System.DateTime afterDate, System.DateTime beforeDate ) : void | ||
afterDate | System.DateTime | |
beforeDate | System.DateTime | |
Résultat | void |
public AddReplicationLogId ( int replicationLogId ) : void | ||
replicationLogId | int | |
Résultat | void |
public AddReplicationSourceId ( int replicationSourceId ) : void | ||
replicationSourceId | int | |
Résultat | void |
public AddReplicationSourceRepository ( string repositories ) : void | ||
repositories | string | |
Résultat | void |
public AddRepositoryString ( string repository ) : void | ||
repository | string | |
Résultat | void |