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



Glossary Item Box

Object Model

PersistableObjectDictionaryEntry Class PersistableContainerObject Class PersistableObject Class

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class PersistableObjectDictionaryEntry 
   Inherits PersistableContainerObject
   Implements IValidationContainer 
Visual Basic (Usage) Copy Code
Dim instance As PersistableObjectDictionaryEntry
C#  
public sealed class PersistableObjectDictionaryEntry : PersistableContainerObject, IValidationContainer  
C++/CLI  
public ref class PersistableObjectDictionaryEntry sealed : public PersistableContainerObject, IValidationContainer  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Framework.PersistableObjectDictionaryEntry

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