Метод TimeSheet.SubmitTimesheetLines
Отправляет данные строки расписания для утверждения.
Пространство имен: WebSvcTimeSheet
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<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 _
)
'Применение
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
)
Параметры
- timesheetLines
Тип: []
- comment
Тип: System.String
Замечания
Это новый метод в Project Server 2010.
Разрешения Project Server
Разрешение |
Описание |
---|---|
Нестандартный. |
Текущий пользователь является владельцем табеля учета рабочего времени или должны иметь возможность просматривать или создание заменяющего расписания. |