Service3LProProjectsetProjectStatus Method |
[This is preliminary documentation and is subject to change.]
Sätt status på ett projekt
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool setProjectStatus(
ProjectOptions projectOptions,
string projectCode,
short status,
DateTime statusDate,
out List<string> messages
)
Public Function setProjectStatus (
projectOptions As ProjectOptions,
projectCode As String,
status As Short,
statusDate As DateTime,
<OutAttribute> ByRef messages As List(Of String)
) As Boolean
Parameters
- projectOptions
- Type: _3LProServices.AccountingProjectOptions
Grundinställningar för att uppdatera projekt - projectCode
- Type: SystemString
Projektkod för aktuellt projekt - status
- Type: SystemInt16
Ny status - statusDate
- Type: SystemDateTime
Datum för ny status - messages
- Type: System.Collections.GenericListString
Om metoden returnerar FALSE, visas här varför.
Return Value
Type:
BooleanTrue - om allt har gått bra. False - det går inte att uppdatera projektetes status.
Implements
IService3LProProjectsetProjectStatus(ProjectOptions, String, Int16, DateTime, ListString)
See Also