Compartir a través de


del método TimeSheet.SubmitTimesheetLines

Envía las líneas del parte de horas para su aprobación.

Espacio de nombres:  WebSvcTimeSheet
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/SubmitTimesheetLines", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SubmitTimesheetLines ( _
    timesheetLines As Guid(), _
    comment As String _
)
'Uso
Dim instance As TimeSheet
Dim timesheetLines As Guid()
Dim comment As String

instance.SubmitTimesheetLines(timesheetLines, _
    comment)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/SubmitTimesheetLines", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SubmitTimesheetLines(
    Guid[] timesheetLines,
    string comment
)

Parámetros

  • timesheetLines
    Tipo: []

Comentarios

Éste es un método nuevo en Project Server 2010.

Permisos de Project Server

Permiso

Descripción

No estándar.

El usuario actual es el propietario del parte de horas, o debe ser capaz de ver o crear un parte de horas suplente.

Vea también

Referencia

clase TimeSheet

Miembros TimeSheet

Espacio de nombres WebSvcTimeSheet