PersistableObject Class
Members See Also 
SourceCode.Framework Namespace : PersistableObject Class



Glossary Item Box

Provides the base implementation for classes that wants to have serialization and deserialization, eventing and undo/redo management.

Object Model

PersistableObject ClassPersistableContainerObject Class

Syntax

Visual Basic (Declaration) 
<DebuggerDisplayAttribute(Value="{new DebuggerDisplayPersistableObjectProxy(this)}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public MustInherit Class PersistableObject 
   Implements IValidationContainer 
Visual Basic (Usage)Copy Code
Dim instance As PersistableObject
C# 
[DebuggerDisplay(Value="{new DebuggerDisplayPersistableObjectProxy(this)}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public abstract class PersistableObject : IValidationContainer  
C++/CLI 
[DebuggerDisplay(Value="{new DebuggerDisplayPersistableObjectProxy(this)}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public ref class PersistableObject abstract : public IValidationContainer  

Inheritance Hierarchy

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also