Action Members
Identifies the semantics of a message.
The following tables list the members exposed by the Action type.
Public Constructors
Name | Description | |
---|---|---|
Action | Overloaded. Initializes a new instance of the Action class. |
Top
Public Properties
Name | Description | |
---|---|---|
AnyAttributes | Gets the collection of XML attributes for the element. (Inherited from OpenAttributeElement) | |
EncodedMustUnderstand | Gets or sets a value indicating whether the <Action> SOAP header's mustUnderstand attribute is set to "true". | |
MustUnderstand | Gets or sets a value indicating whether the Action SOAP header must be understood. | |
TargetElement | Gets the XmlElement that the Action was loaded from if an XmlElement was passed to the constructor. | |
Value | Gets the URI of the element. (Inherited from OpenAttributeUriString) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Creates a new Action with the same values as the current one. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Returns the hash code for the Action. | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the Action from the specified XML document. | |
LoadXml | Overridden. Loads the contents of the specified XML element into the current Action . | |
op_Equality | Determines whether the specified Action values are considered equal. | |
op_Explicit | Converts an Action to a string. | |
op_Implicit | Converts a string to an Action . | |
op_Inequality | Determines whether the specified Action values are considered not equal. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | Overridden. Gets the name of the Action object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
GetXmlAttributes | (Inherited from OpenAttributeElement ) | |
GetXmlElements | (Inherited from OpenAttributeUriString ) | |
LoadXmlAttributes | (Inherited from OpenAttributeElement ) | |
LoadXmlElements | (Inherited from OpenAttributeUriString ) | |
MemberwiseClone | (Inherited from Object ) |
Top