[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Delegat zum Wiederherstellen von Eigenschaftswerten aus einem IPropertyReader.

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

Syntax

C#
public delegate void CockpitPropertyReader<T>(
	CockpitPropertyInstance<T> instance,
	IPropertyReader pr
)
Visual Basic
Public Delegate Sub CockpitPropertyReader(Of T) ( _
	instance As CockpitPropertyInstance(Of T), _
	pr As IPropertyReader _
)
F#
type CockpitPropertyReader = 
    delegate of 
        instance:CockpitPropertyInstance<'T> * 
        pr:IPropertyReader -> unit

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DynamicNode.Ext.Cockpit.CockpitPropertyReader`1"]

See Also