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>)>)> Class

Represents dedicated to the configuration management TreeNode

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

Syntax


public abstract class SaveableTreeNode<ObjectType, ParentType> : GenericTreeNode<ObjectType, ParentType>, 
	ISave
where ParentType : ISave
Public MustInherit Class SaveableTreeNode(Of ObjectType, ParentType As ISave) _
	Inherits GenericTreeNode(Of ObjectType, ParentType) _
	Implements ISave
generic<typename ObjectType, typename ParentType>
where ParentType : ISave
public ref class SaveableTreeNode abstract : public GenericTreeNode<ObjectType, ParentType>, 
	ISave

Type Parameters

ObjectType
ParentType

Inheritance Hierarchy


Object
  MarshalByRefObject
    TreeNode
      GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)>
        CAS.DataPorter.Configurator..::..SaveableTreeNode<(Of <(<'ObjectType, ParentType>)>)>