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
public property AnyAttributes  Gets the collection of XML attributes for the element. (Inherited from OpenAttributeElement)
public property EncodedMustUnderstand Gets or sets a value indicating whether the <Action> SOAP header's mustUnderstand attribute is set to "true".
public property MustUnderstand Gets or sets a value indicating whether the Action SOAP header must be understood.
public property TargetElement Gets the XmlElement that the Action was loaded from if an XmlElement was passed to the constructor.
public property Value  Gets the URI of the element. (Inherited from OpenAttributeUriString)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clone Creates a new Action with the same values as the current one.
public method Equals Overloaded. Overridden.  
public method GetHashCode Overridden. Returns the hash code for the Action.
public method GetType  (Inherited from Object )
public method GetXml Overridden. Generates an XML representation of the Action from the specified XML document.
public method LoadXml Overridden. Loads the contents of the specified XML element into the current Action .
public method static op_Equality Determines whether the specified Action values are considered equal.
public method static op_Explicit Converts an Action to a string.
public method static op_Implicit Converts a string to an Action .
public method static op_Inequality Determines whether the specified Action values are considered not equal.
public method static ReferenceEquals  (Inherited from Object )
public method ToString Overridden. Gets the name of the Action object.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetXmlAttributes  (Inherited from OpenAttributeElement )
protected method GetXmlElements  (Inherited from OpenAttributeUriString )
protected method LoadXmlAttributes  (Inherited from OpenAttributeElement )
protected method LoadXmlElements  (Inherited from OpenAttributeUriString )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Action Class
Microsoft.Web.Services3.Addressing Namespace