CoreDesignSurfaceDomainModelSerializerBase Class
Base class that implements IDomainModelSerializer
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceDomainModelSerializerBase
Microsoft.VisualStudio.Modeling.Diagrams::CoreDesignSurfaceDomainModelSerializer
| Name | Description | |
|---|---|---|
![]() | CoreDesignSurfaceDomainModelSerializerBase() |
| Name | Description | |
|---|---|---|
![]() | DomainModelNamespace | The XML namespace used when serializing the domain model |
![]() | DomainModelType | The type of the domain model |
![]() | IsSerializable | Returns false: Dsl libraries cannot be serialized / deserialized directly. |
![]() | ModelFileExtension | Returns null: Dsl libraries cannot be serialized / deserialized directly. |
| Name | Description | |
|---|---|---|
![]() | CalculateDiagramFileName(String^) | Throws NotImplementedException - Dsl libraries cannot be serialized / deserialized directly. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | LoadModel(SerializationResult^, Partition^, String^, ISerializerLocator^) | Throws NotImplementedException - Dsl libraries cannot be serialized / deserialized directly. |
![]() | LoadModelAndDiagram(SerializationResult^, Partition^, String^, Partition^, String^, ISerializerLocator^) | Throws NotImplementedException - Dsl libraries cannot be serialized / deserialized directly. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SaveModel(SerializationResult^, ModelElement^, String^, Encoding^) | Throws NotImplementedException - Dsl libraries cannot be serialized / deserialized directly. |
![]() | SaveModelAndDiagram(SerializationResult^, ModelElement^, String^, ModelElement^, String^, Encoding^) | Throws NotImplementedException - Dsl libraries cannot be serialized / deserialized directly. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


