Click or drag to resize

IVIZZARDServiceANI_UpdateTask Method

작업 수정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
bool ANI_UpdateTask(
	string strProjectUID,
	string strTaskUID,
	string strName,
	DateTime dtSchStart,
	DateTime dtSchEnd,
	DateTime dtActStart,
	DateTime dtActEnd,
	bool bEnable,
	string strDescription,
	List<NodeVO> listNodes
)

Parameters

strProjectUID
Type: SystemString
프로젝트 UID
strTaskUID
Type: SystemString
작업 UID
strName
Type: SystemString
이름
dtSchStart
Type: SystemDateTime
시작일
dtSchEnd
Type: SystemDateTime
종료일
dtActStart
Type: SystemDateTime
실적시작일
dtActEnd
Type: SystemDateTime
실적종료일
bEnable
Type: SystemBoolean
활성화여부
strDescription
Type: SystemString
설명
listNodes
Type: System.Collections.GenericListNodeVO
노드

Return Value

Type: Boolean
작업 수정 결과
See Also