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
DomainRelationshipXmlSerializer
Top
Methods
Name
Description
Calculates a reference to a handled model element instance. (Inherited from DomainClassXmlSerializer.)
Creates a model element instance. (Inherited from DomainClassXmlSerializer.)
Creates a moniker instance. (Inherited from DomainClassXmlSerializer.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Calculates the Qualifier for the moniker. (Inherited from DomainClassXmlSerializer.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Deserializes a given model element instance from XML. (Inherited from DomainClassXmlSerializer.)
Deserializes the root model element from XML. (Inherited from DomainClassXmlSerializer.)
Returns a string that represents the current object. (Inherited from Object.)
Checks if the given XmlReader is pointing to a serialized model element instance that this serializer can handle. (Inherited from DomainClassXmlSerializer.)
Checks if the given XmlReader is pointing to a monikerized instance of a model element that this serializer can handle. (Inherited from DomainClassXmlSerializer.)
Overloaded. Serializes the model element instance associated with this serializer instance into XML.
Serializes from a moniker the model element instance associated with this serializer instance into XML. (Inherited from DomainClassXmlSerializer.)
Serializes the root model element instance associated with this serializer instance into XML. (Inherited from DomainClassXmlSerializer.)
Top
Properties
Name
Description
Gets the XML attribute name that contains the moniker string. (Inherited from DomainClassXmlSerializer.)
Gets the XML tag name. (Inherited from DomainClassXmlSerializer.)
Gets the XML tag name that will be used in serialization. (Inherited from DomainClassXmlSerializer.)
Top