[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Basisklasse für Cockpit-Erweiterungen die mit einem bestimmten Datentyp arbeiten.

Namespace: DynamicNode.Ext.Cockpit
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)

Syntax

C#
public abstract class TypedCockpitInputExtension<TValue> : CockpitInputExtension
Visual Basic
Public MustInherit Class TypedCockpitInputExtension(Of TValue) _
	Inherits CockpitInputExtension
F#
[<AbstractClassAttribute>]
type TypedCockpitInputExtension<'TValue> =  
    class
        inherit CockpitInputExtension
    end

Type Parameters

TValue
Der Datentyp des zu steuerenden Parameters.

Inheritance Hierarchy

System..::..Object
  DynamicNode.Ext.Cockpit..::..CockpitExtension
    DynamicNode.Ext.Cockpit..::..CockpitInputExtension
      DynamicNode.Ext.Cockpit..::..TypedCockpitInputExtension<(Of <(<'TValue>)>)>

See Also