Click or drag to resize

StudioServiceGuiServiceSyncData Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void GuiServiceSyncData(
	string[] aGuiObject,
	string[] aGuiRelationship,
	out string[] aDeletedObject,
	out string[] aDeletedRelationship,
	out ObjectInfoEx[] aObject,
	out RelationshipInfo[] aRelationship
)

Parameters

aGuiObject
Type: SystemString
aGuiRelationship
Type: SystemString
aDeletedObject
Type: SystemString
aDeletedRelationship
Type: SystemString
aObject
Type: PDTec.IceNet.Domain.Development.ServiceObjectInfoEx
aRelationship
Type: PDTec.IceNet.Domain.Development.ServiceRelationshipInfo
See Also