RelatesTo Members
Specifies how a message relates to another message.
The following tables list the members exposed by the RelatesTo type.
Public Constructors
Name | Description | |
---|---|---|
RelatesTo | Overloaded. Initializes a new instance of the RelatesTo class. |
Top
Public Properties
Name | Description | |
---|---|---|
AnyAttributes | Gets the collection of XML attributes for the element. (Inherited from OpenAttributeElement) | |
EncodedMustUnderstand | Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1. | |
MustUnderstand | Gets or sets a value indicating whether the RelatesTo SOAP header must be understood. | |
RelationshipType | Gets the type of this relationship. | |
TargetElement | Gets the XmlElement that the RelatesTo object was loaded from if an XmlElement was passed to the constructor. | |
Value | Gets the URI of the element. (Inherited from OpenAttributeUriElement) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Returns a new RelatesTo object with the same values as the current one. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Returns the hash code for the RelatesTo. | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the RelatesTo. | |
LoadXml | Overridden. Loads the contents of the specified XML element into properties of the RelatesTo. | |
Matches | Determines whether this instance of RelatesTo matches the <RelatesTo> element in the specified message. | |
op_Equality | Performs a comparison of two instantiated RelatesTo objects to determine if they are equal. | |
op_Explicit | Converts a RelatesTo to a Uri. | |
op_Implicit | Converts a Uri to a RelatesTo. | |
op_Inequality | Performs a comparison of two instantiated RelatesTo objects to determine if they are not equal. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
GetXmlAttributes | (Inherited from OpenAttributeElement ) | |
GetXmlElements | (Inherited from OpenAttributeUriElement ) | |
LoadXmlAttributes | (Inherited from OpenAttributeElement ) | |
LoadXmlElements | (Inherited from OpenAttributeUriElement ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
RelatesTo Class
Microsoft.Web.Services3.Addressing Namespace