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

SaveableTreeNode<(Of <(<'ObjectType, ParentType>)>)> Constructor (String, ObjectType)

Initializes a new instance of the class.

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

Syntax


public SaveableTreeNode(
	string text,
	ObjectType obj
)
Public Sub New ( _
	text As String, _
	obj As ObjectType _
)
public:
SaveableTreeNode(
	String^ text, 
	ObjectType obj
)

Parameters

text
Type: String
The label Text of the new tree node.
obj
Type: ObjectType
The object coupled with the node.