DomainXmlSerializationBehavior Class
Represents all XML serialization behavior-generated classes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::DomainXmlSerializationBehavior
Microsoft.VisualStudio.Modeling::CoreDomainModelSerializationBehavior
Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceSerializationBehaviorBase
Microsoft.VisualStudio.Modeling.DslDefinition::DslDefinitionModelSerializationBehaviorBase
| Name | Description | |
|---|---|---|
![]() | DomainXmlSerializationBehavior() | Initializes a new instance of the DomainXmlSerializationBehavior class. |
| Name | Description | |
|---|---|---|
![]() | AllNamespaces | This provides a mapping from xml namespaces to domain model implementation types. |
![]() | AllPropertySerializers | This provides a mapping from property type to DomainPropertyXmlSerializerImplementation type to use for serialization. |
![]() | AllSerializers | Gets the implementation types. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Each XmlSerializationBehaivor defines a set of behaviors of how to serialize the DomainClasses in the model to XML, which causes a set of serializers (all deriving from DomainXmlSerializer) to be generated. The main purpose of the DomainXmlSerializationBehavior class is to provide a mapping from DomainClass to its serializer at run-time.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


