[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
IStorable..::..OnStore(IPropertyWriter)
Wird aufgerufen, wenn das Objekt gespeichert wird.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public override void OnStore( IPropertyWriter pw ) |
Visual Basic |
---|
Public Overrides Sub OnStore ( _ pw As IPropertyWriter _ ) |
F# |
---|
abstract OnStore : pw:IPropertyWriter -> unit override OnStore : pw:IPropertyWriter -> unit |
Parameters
- pw
- Type: DynamicNode.Persistence..::..IPropertyWriter
Ein Eigenschaftsspeicher.
Implements
IStorable..::..OnStore(IPropertyWriter)IStorable..::..OnStore(IPropertyWriter)