次の方法で共有


DslDefinitionModelSerializationHelper Class

Helper class for serializing and deserializing DslDefinitionModel models.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelSerializationHelperBase
    Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelSerializationHelper

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

Syntax

'宣言
Public NotInheritable Class DslDefinitionModelSerializationHelper _
    Inherits DslDefinitionModelSerializationHelperBase
public sealed class DslDefinitionModelSerializationHelper : DslDefinitionModelSerializationHelperBase
public ref class DslDefinitionModelSerializationHelper sealed : public DslDefinitionModelSerializationHelperBase
[<Sealed>]
type DslDefinitionModelSerializationHelper =  
    class
        inherit DslDefinitionModelSerializationHelperBase
    end
public final class DslDefinitionModelSerializationHelper extends DslDefinitionModelSerializationHelperBase

The DslDefinitionModelSerializationHelper type exposes the following members.

Properties

  Name Description
Public propertyStatic member Instance Singleton instance.

Top

Methods

  Name Description
Protected method CheckForOrphanedShapes Go through the diagram to find all shapes that are not connected to a model element. Some of them may be by design, the rest are out-of-sync shapes. We want to make sure that all out-of-sync shapes are given a chance to fix themselves up, or post proper warning/error messages. (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method CheckVersion Checks the version of the file being read. (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method CreateModelHelper Helper method to create and initialize a new DslLibrary. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetDirectory Return the directory of serializers to use (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetMonikerResolvers This method returns the moniker resolvers for each of the domain models in the store (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method GetSerializedModelString Return the model in XML format (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InitializeSerialization Ensure that moniker resolvers and domain element serializers are installed properly on the given store, so that deserialization can be carried out correctly. (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method InitializeSerializationContext (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method LoadModel(Store, String, ISchemaResolver, ValidationController, ISerializerLocator) Loads a DslLibrary instance into the default partition of the given store, and ignore serialization result. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method LoadModel(SerializationResult, Partition, String, ISchemaResolver, ValidationController, ISerializerLocator) Loads a DslLibrary instance. (Overrides DslDefinitionModelSerializationHelperBase.LoadModel(SerializationResult, Partition, String, ISchemaResolver, ValidationController, ISerializerLocator).)
Public method LoadModel(SerializationResult, Store, String, ISchemaResolver, ValidationController, ISerializerLocator) Loads a DslLibrary instance into the default partition of the given store. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method LoadModelAndDiagram(Store, String, String, ISchemaResolver, ValidationController, ISerializerLocator) Loads a DslLibrary instance and its associated diagram file into the default partition of the given store, and ignore serialization result. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method LoadModelAndDiagram(SerializationResult, Store, String, String, ISchemaResolver, ValidationController, ISerializerLocator) Loads a DslLibrary instance and its associated diagram file into the default partition of the given store. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method LoadModelAndDiagram(SerializationResult, Partition, String, Partition, String, ISchemaResolver, ValidationController, ISerializerLocator) Loads a DslLibrary instance and its associated diagram file. (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnPostLoadModel Customize Model Loading. (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method ReadAdditionalElementData (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method ReadRootElement Read an element from the root of XML. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method SaveModel(SerializationResult, DslLibrary, String) Saves the given model root to the given file, with default encoding (UTF-8), and optional properties with default value will not be written out. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method SaveModel(SerializationResult, DslLibrary, String, Boolean) Saves the given model to the given file, with default encoding (UTF-8). (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method SaveModel(SerializationResult, DslLibrary, String, Encoding, Boolean) Saves the given model root to the given file, with specified encoding. (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method TryCreateValidatingReader Attempts to return a validating XML reader (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method TryGetEncoding Attempts to return the encoding used by the reader. (Inherited from DslDefinitionModelSerializationHelperBase.)
Protected method WriteAdditionalElementData (Inherited from DslDefinitionModelSerializationHelperBase.)
Public method WriteRootElement Write an element as the root of XML. (Inherited from DslDefinitionModelSerializationHelperBase.)

Top

Remarks

This is very similar to the standard (generated) version check, but differs in checking the major and minor version numbers independently and treating mismatches differently

Thread Safety

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

See Also

Reference

Microsoft.VisualStudio.Modeling.DslDefinition Namespace