BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

ItemsDataTable..::..Save Method

Saves the specified itm in the configuration data set.

Namespace:  CAS.DataPorter.Configurator
Assembly:  CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)

Syntax


public long Save(
	Item item,
	long parentKey
)
Public Function Save ( _
	item As Item, _
	parentKey As Long _
) As Long
public:
long long^ Save(
	Item^ item, 
	long long^ parentKey
)

Parameters

item
Type: Item
The item.
parentKey
Type: Int64
The parent key.

Return Value