CoreDomainModelSerializationBehavior Class

 

A DomainXmlSerializationBehavior implementation for defined behavior CoreDomainModelSerializationBehavior.

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

System::Object
  Microsoft.VisualStudio.Modeling::DomainXmlSerializationBehavior
    Microsoft.VisualStudio.Modeling::CoreDomainModelSerializationBehavior

public ref class CoreDomainModelSerializationBehavior sealed : DomainXmlSerializationBehavior

NameDescription
System_CAPS_pubpropertyAllNamespaces

This provides a mapping from xml namespaces to domain model implementation types. Returns null for this class.(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_pubpropertySystem_CAPS_staticInstance

Singleton instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(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: