[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Stellt eine Wert-Instanz für eine Eigenschaft (CockpitProperty<(Of <(<'T>)>)>) dar.

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

Syntax

C#
public class CockpitPropertyInstance<T> : ICockpitPropertyInstance, 
	IStorable
Visual Basic
Public Class CockpitPropertyInstance(Of T) _
	Implements ICockpitPropertyInstance, IStorable
F#
type CockpitPropertyInstance<'T> =  
    class
        interface ICockpitPropertyInstance
        interface IStorable
    end

Type Parameters

T
Der Typ des Eigenschaftswertes.

Inheritance Hierarchy

System..::..Object
  DynamicNode.Ext.Cockpit..::..CockpitPropertyInstance<(Of <(<'T>)>)>

See Also