CoreDesignSurfaceDomainModelSerializerBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class that implements IDomainModelSerializer
public ref class CoreDesignSurfaceDomainModelSerializerBase abstract : Microsoft::VisualStudio::Modeling::IDomainModelSerializer
public abstract class CoreDesignSurfaceDomainModelSerializerBase : Microsoft.VisualStudio.Modeling.IDomainModelSerializer
type CoreDesignSurfaceDomainModelSerializerBase = class
interface IDomainModelSerializer
Public MustInherit Class CoreDesignSurfaceDomainModelSerializerBase
Implements IDomainModelSerializer
- Inheritance
-
CoreDesignSurfaceDomainModelSerializerBase
- Derived
- Implements
Constructors
CoreDesignSurfaceDomainModelSerializerBase() |
Properties
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. |
Methods
CalculateDiagramFileName(String) |
Throws NotImplementedException - Dsl libraries cannot be serialized / deserialized directly. |
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. |
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. |