Partager via


TimesheetDataSet.AuditsDataTable.FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE - Méthode

Obtient l'objet AuditssRow spécifié par la ligne de feuille de temps, l'opération d'audit et d'audit de l'action de feuille de temps.

Espace de noms :  WebSvcTimeSheet
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Function FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE ( _
    TS_ACT_AUD_UID As Guid, _
    TS_ACT_AUD_OPERATION_ENUM As Byte, _
    TS_LINE_UID As Guid, _
    TS_ACT_START_DATE As DateTime _
) As TimesheetDataSet.AuditsRow
'Utilisation
Dim instance As TimesheetDataSet.AuditsDataTable
Dim TS_ACT_AUD_UID As Guid
Dim TS_ACT_AUD_OPERATION_ENUM As Byte
Dim TS_LINE_UID As Guid
Dim TS_ACT_START_DATE As DateTime
Dim returnValue As TimesheetDataSet.AuditsRow

returnValue = instance.FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE(TS_ACT_AUD_UID, _
    TS_ACT_AUD_OPERATION_ENUM, TS_LINE_UID, _
    TS_ACT_START_DATE)
public TimesheetDataSet.AuditsRow FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE(
    Guid TS_ACT_AUD_UID,
    byte TS_ACT_AUD_OPERATION_ENUM,
    Guid TS_LINE_UID,
    DateTime TS_ACT_START_DATE
)

Paramètres

  • TS_ACT_AUD_UID
    Type : System.Guid

    Contient l'audit d'action de feuille de temps GUID.

  • TS_LINE_UID
    Type : System.Guid

    Contient la GUID de ligne de feuille de temps.

  • TS_ACT_START_DATE
    Type : System.DateTime

    Contient la date de début réelle de feuille de temps.

Valeur renvoyée

Type : WebSvcTimeSheet.TimesheetDataSet.AuditsRow

Voir aussi

Référence

TimesheetDataSet.AuditsDataTable classe

TimesheetDataSet.AuditsDataTable - Membres

WebSvcTimeSheet - Espace de noms