[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Die Hilfsmethode zum Schreiben von Int32-Werten.
Namespace: DynamicNode.Ext.CockpitAssembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Syntax
C# |
---|
public static void WriteInt32( CockpitPropertyInstance<int> instance, IPropertyWriter pw ) |
Visual Basic |
---|
Public Shared Sub WriteInt32 ( _ instance As CockpitPropertyInstance(Of Integer), _ pw As IPropertyWriter _ ) |
F# |
---|
static member WriteInt32 : instance:CockpitPropertyInstance<int> * pw:IPropertyWriter -> unit |
Parameters
- instance
- Type: DynamicNode.Ext.Cockpit..::..CockpitPropertyInstance<(Of <(<'Int32>)>)>
Die Eigenschaft deren Wert gesichert werden soll.
- pw
- Type: DynamicNode.Persistence..::..IPropertyWriter
Der Eigenschaftsschreiber.