DslDefinitionModelDomainModelSerializerBase Class
Base class that implements IDomainModelSerializer
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Microsoft.VisualStudio.Modeling.DslDefinition::DslDefinitionModelDomainModelSerializerBase
Microsoft.VisualStudio.Modeling.DslDefinition::DslDefinitionModelDomainModelSerializer
| Name | Description | |
|---|---|---|
![]() | DslDefinitionModelDomainModelSerializerBase() |
| Name | Description | |
|---|---|---|
![]() | DomainModelNamespace | The XML namespace used when serializing the domain model |
![]() | DomainModelType | The type of the domain model |
![]() | IsSerializable | Returns true: this DSL can be serialized / deserialized directly. |
![]() | ModelFileExtension | File extension used for model files of this kind of domain model |
| Name | Description | |
|---|---|---|
![]() | CalculateDiagramFileName(String^) | Calculates and returns the name of the diagram file for the specified model file |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | LoadModel(SerializationResult^, Partition^, String^, ISerializerLocator^) | Loads a DslLibrary instance and its associated diagram file. |
![]() | LoadModelAndDiagram(SerializationResult^, Partition^, String^, Partition^, String^, ISerializerLocator^) | Loads a DslLibrary instance and its associated diagram file. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SaveModel(SerializationResult^, ModelElement^, String^, Encoding^) | Saves the given model root to the given file, with specified encoding. |
![]() | SaveModelAndDiagram(SerializationResult^, ModelElement^, String^, ModelElement^, String^, Encoding^) | Saves the given DslLibrary and global::Microsoft.VisualStudio.Modeling.DslDesigner.DslDesignerDiagram to the given files, with specified encoding. |
![]() | 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.


