Click or drag to resize

IVIZZARDServiceANI_AddTask Method

작업 추가

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

Parameters

strParentUID
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: String
TASK UID
See Also