PersistableContainerObjectXmlTextSerializable Class
Members See Also 
SourceCode.SmartObjects.Authoring Namespace : PersistableContainerObjectXmlTextSerializable Class



Glossary Item Box

Object Model

PersistableContainerObjectXmlTextSerializable Class PersistableContainerObject Class ValidationResult Class

Syntax

Visual Basic (Declaration)  
Public MustInherit Class PersistableContainerObjectXmlTextSerializable 
   Inherits SourceCode.Framework.PersistableContainerObject
   Implements SourceCode.Framework.IValidationContainer, IXmlTextSerialization 
Visual Basic (Usage) Copy Code
Dim instance As PersistableContainerObjectXmlTextSerializable
C#  
public abstract class PersistableContainerObjectXmlTextSerializable : SourceCode.Framework.PersistableContainerObject, SourceCode.Framework.IValidationContainer, IXmlTextSerialization  
C++/CLI  
public ref class PersistableContainerObjectXmlTextSerializable abstract : public SourceCode.Framework.PersistableContainerObject, SourceCode.Framework.IValidationContainer, IXmlTextSerialization  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.SmartObjects.Authoring.PersistableContainerObjectXmlTextSerializable
            SourceCode.SmartObjects.Authoring.AssociatedProperty
            SourceCode.SmartObjects.Authoring.AssociationDefinition
            SourceCode.SmartObjects.Authoring.AssociationSmartObject
            SourceCode.SmartObjects.Authoring.DefaultMethod
            SourceCode.SmartObjects.Authoring.Display
            SourceCode.SmartObjects.Authoring.ExecutionBlock
            SourceCode.SmartObjects.Authoring.ExtendObject
            SourceCode.SmartObjects.Authoring.ExtendObjectMethod
            SourceCode.SmartObjects.Authoring.ExtendObjectProperty
            SourceCode.SmartObjects.Authoring.Folder
            SourceCode.SmartObjects.Authoring.LookupDefinition
            SourceCode.SmartObjects.Authoring.Mapping
            SourceCode.SmartObjects.Authoring.MetaDataDefinition
            SourceCode.SmartObjects.Authoring.MethodIndicator
            SourceCode.SmartObjects.Authoring.PropertyExtendType
            SourceCode.SmartObjects.Authoring.Service
            SourceCode.SmartObjects.Authoring.ServiceElementDefinition
            SourceCode.SmartObjects.Authoring.ServiceExplorer
            SourceCode.SmartObjects.Authoring.ServiceExtender
            SourceCode.SmartObjects.Authoring.ServiceInstance
            SourceCode.SmartObjects.Authoring.ServiceJoin
            SourceCode.SmartObjects.Authoring.ServiceJoinCondition
            SourceCode.SmartObjects.Authoring.ServiceJoinDetails
            SourceCode.SmartObjects.Authoring.ServiceMethodValidation
            SourceCode.SmartObjects.Authoring.ServiceObject
            SourceCode.SmartObjects.Authoring.ServiceObjectMethod
            SourceCode.SmartObjects.Authoring.ServiceObjectMethodParameter
            SourceCode.SmartObjects.Authoring.ServiceObjectProperty
            SourceCode.SmartObjects.Authoring.SmartMethodDefinition
            SourceCode.SmartObjects.Authoring.SmartMethodParameterDefinition
            SourceCode.SmartObjects.Authoring.SmartObjectDefault
            SourceCode.SmartObjects.Authoring.SmartObjectDefinition
            SourceCode.SmartObjects.Authoring.SmartObjectDefinitionsPublish
            SourceCode.SmartObjects.Authoring.SmartPropertyDefinition

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