DomainRelationshipXmlSerializer Members

Include Protected Members
Include Inherited Members

Represents the base class for all generated domain serializers for domain relationships.

The DomainRelationshipXmlSerializer type exposes the following members.

Constructors

 

Name

Description

Public method

DomainRelationshipXmlSerializer

Top

Methods

 

Name

Description

Public method

CalculateQualifiedName

Calculates a reference to a handled model element instance. (Inherited from DomainClassXmlSerializer.)

Protected method

CreateInstance

Creates a model element instance. (Inherited from DomainClassXmlSerializer.)

Protected method

CreateMonikerInstance

Creates a moniker instance. (Inherited from DomainClassXmlSerializer.)

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.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetMonikerQualifier

Calculates the Qualifier for the moniker. (Inherited from DomainClassXmlSerializer.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

MonikerizeReference

Public method

Read

Deserializes a given model element instance from XML. (Inherited from DomainClassXmlSerializer.)

Public method

ReadRootElement

Deserializes the root model element from XML. (Inherited from DomainClassXmlSerializer.)

Public method

SerializeReference

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

TryCreateDerivedInstance

Public method

TryCreateInstance

Checks if the given XmlReader is pointing to a serialized model element instance that this serializer can handle. (Inherited from DomainClassXmlSerializer.)

Public method

TryCreateMonikerInstance

Checks if the given XmlReader is pointing to a monikerized instance of a model element that this serializer can handle. (Inherited from DomainClassXmlSerializer.)

Public method

Write

Overloaded. Serializes the model element instance associated with this serializer instance into XML.

Public method

WriteMoniker

Serializes from a moniker the model element instance associated with this serializer instance into XML. (Inherited from DomainClassXmlSerializer.)

Public method

WriteRootElement

Serializes the root model element instance associated with this serializer instance into XML. (Inherited from DomainClassXmlSerializer.)

Top

Properties

 

Name

Description

Public property

MonikerAttributeName

Gets the XML attribute name that contains the moniker string. (Inherited from DomainClassXmlSerializer.)

Public property

MonikerTagName

Gets the XML tag name. (Inherited from DomainClassXmlSerializer.)

Public property

SerializesId

Public property

UsesFullForm

Public property

XmlTagName

Gets the XML tag name that will be used in serialization. (Inherited from DomainClassXmlSerializer.)

Top

See Also

Reference

DomainRelationshipXmlSerializer Class

Microsoft.VisualStudio.Modeling Namespace