TimeSheet.ReadProjectTimesheetLines - Méthode
Lit les lignes de feuille de temps.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadProjectTimesheetLines", 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 Function ReadProjectTimesheetLines ( _
periodUID As Guid, _
qryType As ProjectTimesheetLineQueryType _
) As ProjectTimesheetLinesDataSet
'Utilisation
Dim instance As TimeSheet
Dim periodUID As Guid
Dim qryType As ProjectTimesheetLineQueryType
Dim returnValue As ProjectTimesheetLinesDataSet
returnValue = instance.ReadProjectTimesheetLines(periodUID, _
qryType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadProjectTimesheetLines", 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 ProjectTimesheetLinesDataSet ReadProjectTimesheetLines(
Guid periodUID,
ProjectTimesheetLineQueryType qryType
)
Paramètres
- periodUID
Type : System.Guid
- qryType
Type : WebSvcTimeSheet.ProjectTimesheetLineQueryType
Valeur renvoyée
Type : WebSvcTimeSheet.ProjectTimesheetLinesDataSet
Remarques
Méthode New dans Project Server 2010.
Autorisations Project Server
Autorisation |
Description |
---|---|
Permet à un utilisateur à approuver les lignes de feuille de temps du projet. Autorisation globale. |