Freigeben über


Admin.ReadLineClasses-Methode

Liest alle Arbeitszeittabellenzeile Klassennamen, entsprechend dem angegebenen Typ und den Status der Arbeitszeittabellenzeile an.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadLineClasses", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadLineClasses ( _
    type As LineClassType, _
    classState As LineClassState _
) As TimesheetLineClassDataSet
'Usage
Dim instance As Admin
Dim type As LineClassType
Dim classState As LineClassState
Dim returnValue As TimesheetLineClassDataSet

returnValue = instance.ReadLineClasses(type, _
    classState)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadLineClasses", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public TimesheetLineClassDataSet ReadLineClasses(
    LineClassType type,
    LineClassState classState
)

Parameter

  • type
    Typ: WebSvcAdmin.LineClassType

    Der Typ der Arbeitszeittabellenzeile (reguläre, nichtprojektbezogene, NonWork, AllNonProject oder alle).

Rückgabewert

Typ: WebSvcAdmin.TimesheetLineClassDataSet
Enthält die Informationen zur Arbeitszeittabelle.

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

LogOn

Ermöglicht einem Benutzer zur Anmeldung bei Project Server. Die globale Berechtigung.

Siehe auch

Referenz

Admin Klasse

Admin-Member

WebSvcAdmin-Namespace