[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Wird aufgerufen, wenn das Objekt gespeichert wird.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public void OnStore(
	IPropertyWriter pw
)
Visual Basic
Public 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)

See Also