CoreDesignSurfaceSerializationBehaviorBase Class

 

A DomainXmlSerializationBehavior implementation for defined behavior CoreDesignSurfaceSerializationBehavior. This is the abstract base of the double-derived implementation.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)


public ref class CoreDesignSurfaceSerializationBehaviorBase abstract : DomainXmlSerializationBehavior

NameDescription
System_CAPS_protmethodCoreDesignSurfaceSerializationBehaviorBase()

Protected constructor to prevent public instantiation.

NameDescription
System_CAPS_pubpropertyAllNamespaces

This provides a mapping from xml namespaces to domain model implementation types.(Overrides DomainXmlSerializationBehavior::AllNamespaces.)

System_CAPS_pubpropertyAllPropertySerializers

This provides a mapping from property type to DomainPropertyXmlSerializerImplementation type to use for serialization.(Inherited from DomainXmlSerializationBehavior.)

System_CAPS_pubpropertyAllSerializers

This provides a mapping from DomainClass Id to DomainXmlSerializer implementation types.(Overrides DomainXmlSerializationBehavior::AllSerializers.)

System_CAPS_protpropertyCustomSerializerTypes

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDomainModelXmlNamespace

The xml namespace used by this domain model when serializing

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: