[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Schnittstelle für einen Eigenschaftsspeicher

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

Syntax

C#
public interface IPropertyStorage : IPropertyReader, 
	IPropertyWriter
Visual Basic
Public Interface IPropertyStorage _
	Inherits IPropertyReader, IPropertyWriter
F#
type IPropertyStorage =  
    interface
        interface IPropertyReader
        interface IPropertyWriter
    end

See Also