[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)
Initialisiert eine neue CockpitProperty<(Of <(<'T>)>)>-Instanz.
Namespace: DynamicNode.Ext.CockpitAssembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Syntax
C# |
---|
public CockpitProperty( string name, T defaultValue, CockpitPropertyReader<T> readMethod, CockpitPropertyWriter<T> writeMethod, int sortIndex ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ defaultValue As T, _ readMethod As CockpitPropertyReader(Of T), _ writeMethod As CockpitPropertyWriter(Of T), _ sortIndex As Integer _ ) |
F# |
---|
new : name:string * defaultValue:'T * readMethod:CockpitPropertyReader<'T> * writeMethod:CockpitPropertyWriter<'T> * sortIndex:int -> CockpitProperty |
Parameters
- name
- Type: System..::..String
Der Name.
- defaultValue
- Type: T
Der Standardwert.
- readMethod
- Type: DynamicNode.Ext.Cockpit..::..CockpitPropertyReader<(Of <(<'T>)>)>
Die Methode zum Wiederherstellen des Eigenschaftswertes.
- writeMethod
- Type: DynamicNode.Ext.Cockpit..::..CockpitPropertyWriter<(Of <(<'T>)>)>
Die Methode zum Sichern des Eigenschaftswertes.
- sortIndex
- Type: System..::..Int32
Der Sortierindex.