TimesheetDataSet.AuditsDataTable.FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE-Methode
Ruft das AuditssRow -Objekt, das von der Arbeitszeittabelle Aktion Überwachung den Vorgang überwachen und die Arbeitszeittabellen-Position angegeben.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
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
'Usage
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
)
Parameter
TS_ACT_AUD_UID
Typ: System.GuidDas Arbeitszeittabelle Aktion Audit GUID enthält.
TS_ACT_AUD_OPERATION_ENUM
Typ: System.ByteEnthält die Arbeitszeittabelle tatsächliche Audit Operation-Enumeration. Dies kann eine der TimesheetEnum.AuditOperationType -Konstanten sein.
TS_LINE_UID
Typ: System.GuidDie Arbeitszeittabellen-Position GUID enthält.
TS_ACT_START_DATE
Typ: System.DateTimeEnthält den aktuellen Anfangstermin Arbeitszeittabelle.
Rückgabewert
Typ: WebSvcTimeSheet.TimesheetDataSet.AuditsRow
Siehe auch
Referenz
TimesheetDataSet.AuditsDataTable Klasse