This topic has not yet been rated - Rate this topic

DecoratorHostShapeSerializerBase Class

Serializer DecoratorHostShapeSerializerBase for DomainClass DecoratorHostShape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
public abstract class DecoratorHostShapeSerializerBase : NodeShapeSerializer

The DecoratorHostShapeSerializerBase type exposes the following members.

  NameDescription
Protected methodDecoratorHostShapeSerializerBaseDecoratorHostShapeSerializerBase Constructor
Top
  NameDescription
Public propertyMonikerAttributeNameThis is the name of the XML attribute that stores the moniker of DecoratorHostShape in a serialized monikerized instance. (Overrides NodeShapeSerializer.MonikerAttributeName.)
Public propertyMonikerTagNameThis is the XML tag name used to serialize a monikerized instance of DecoratorHostShape. (Overrides NodeShapeSerializer.MonikerTagName.)
Public propertyXmlTagNameThis is the XML tag name used to serialize an instance of DecoratorHostShape. (Overrides NodeShapeSerializer.XmlTagName.)
Top
  NameDescription
Public methodCalculateQualifiedNameThis method calculates a moniker to a given DecoratorHostShape instance. (Overrides NodeShapeSerializer.CalculateQualifiedName(DomainXmlSerializerDirectory, ModelElement).)
Protected methodCreateInstanceThis method creates an instance of DecoratorHostShape based on the tag currently pointed by the reader. The reader is guaranteed (by the caller) to be pointed at a serialized instance of DecoratorHostShape. (Overrides NodeShapeSerializer.CreateInstance(SerializationContext, XmlReader, Partition).)
Protected methodCreateMonikerInstanceThis method creates a Moniker of DecoratorHostShape based on the tag currently pointed by the reader. (Overrides NodeShapeSerializer.CreateMonikerInstance(SerializationContext, XmlReader, ModelElement, Guid, Partition).)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetMonikerQualifierA domain class can be monikerized in different ways: standard /qualifier/key mechanism, custom moniker, or element ID. If the domain class is serialized using standard /qualifier/key mechanism, this method returns the qualifier of the moniker; if the domain class uses other ways for monikerization, this method returns empty string. (Overrides NodeShapeSerializer.GetMonikerQualifier(DomainXmlSerializerDirectory, ModelElement).)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodReadPublic Read() method that deserializes one DecoratorHostShape instance from XML. (Overrides NodeShapeSerializer.Read(SerializationContext, ModelElement, XmlReader).)
Protected methodReadAdditionalElementDataRead any additional element data associated with the element (Overrides DomainClassXmlSerializer.ReadAdditionalElementData(SerializationContext, ModelElement, XmlReader).)
Protected methodReadElementsThis methods deserializes nested XML elements inside the passed-in element. (Overrides ShapeElementSerializer.ReadElements(SerializationContext, ModelElement, XmlReader).)
Protected methodReadPropertiesFromAttributesThis method deserializes all properties that are serialized as XML attributes. (Overrides NodeShapeSerializer.ReadPropertiesFromAttributes(SerializationContext, ModelElement, XmlReader).)
Public methodReadRootElementDeserializes the root model element from XML. (Inherited from DomainClassXmlSerializer.)
Protected methodReadShapeElementChildElementsRead child elements defined on ShapeElement. (Inherited from ShapeElementSerializer.)
Public methodResetReset the serializer (Overrides NodeShapeSerializer.Reset().)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodTryCreateInstanceThis method creates a correct instance of DecoratorHostShape based on the tag currently pointed by the reader. If the reader is positioned at a serialized DecoratorHostShape, a new DecoratorHostShape instance will be created in the given partition, otherwise null is returned. (Overrides NodeShapeSerializer.TryCreateInstance(SerializationContext, XmlReader, Partition).)
Public methodTryCreateMonikerInstanceThis method creates a Moniker of the correct derived (including DecoratorHostShape itself) instance of DecoratorHostShape based on the tag currently pointed by the reader. (Overrides NodeShapeSerializer.TryCreateMonikerInstance(SerializationContext, XmlReader, ModelElement, Guid, Partition).)
Public methodWrite(SerializationContext, ModelElement, XmlWriter)Serializes the model element instance associated with this serializer instance into XML. (Inherited from DomainClassXmlSerializer.)
Public methodWrite(SerializationContext, ModelElement, XmlWriter, RootElementSettings)Public Write() method that serializes one DecoratorHostShape instance into XML. (Overrides NodeShapeSerializer.Write(SerializationContext, ModelElement, XmlWriter, RootElementSettings).)
Protected methodWriteAdditionalElementDataWrite any additional element data associated with the element (Overrides ShapeElementSerializer.WriteAdditionalElementData(SerializationContext, ModelElement, XmlWriter).)
Protected methodWriteElementsThis methods serializes 1) properties serialized as nested XML elements and 2) child model elements into XML. (Overrides ShapeElementSerializer.WriteElements(SerializationContext, ModelElement, XmlWriter).)
Public methodWriteMonikerPublic WriteMoniker() method that writes a monikerized DecoratorHostShape instance into XML. (Overrides NodeShapeSerializer.WriteMoniker(SerializationContext, ModelElement, XmlWriter, ModelElement, DomainRelationshipXmlSerializer).)
Protected methodWritePropertiesAsAttributesWrite all properties that need to be serialized as XML attributes. (Overrides NodeShapeSerializer.WritePropertiesAsAttributes(SerializationContext, ModelElement, XmlWriter).)
Public methodWriteRootElementSerializes the root model element instance associated with this serializer instance into XML. (Inherited from DomainClassXmlSerializer.)
Protected methodWriteShapeElementChildElementsWrite child elements defined on ShapeElement. (Inherited from ShapeElementSerializer.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.