System::Web::Services::Soap::Element Class Reference

Contains the names of the SOAP elements. More...

Public Member Functions

 Element ()=delete
 The default constructor is deleted. More...
 

Static Public Attributes

static const String Envelope
 The string representation of the 'Envelope' element name. More...
 
static const String Header
 The string representation of the 'Header' element name. More...
 
static const String Body
 The string representation of the 'Body' element name. More...
 
static const String Fault
 The string representation of the 'Fault' element name. More...
 
static const String FaultActor
 The string representation of the 'faultactor' element name. More...
 
static const String FaultCode
 The string representation of the 'faultcode' element name. More...
 
static const String FaultDetail
 The string representation of the 'detail' element name. More...
 
static const String FaultString
 The string representation of the 'faultstring' element name. More...
 
static const String StackTrace
 The string representation of the 'StackTrace' element name. More...
 
static const String Message
 The string representation of the 'Message' element name. More...
 
static const String Claim
 The string representation of the 'Claim' element name. More...
 

Detailed Description

Contains the names of the SOAP elements.

Constructor & Destructor Documentation

◆ Element()

System::Web::Services::Soap::Element::Element ( )
delete

The default constructor is deleted.

Member Data Documentation

◆ Body

const String System::Web::Services::Soap::Element::Body
static

The string representation of the 'Body' element name.

◆ Claim

const String System::Web::Services::Soap::Element::Claim
static

The string representation of the 'Claim' element name.

◆ Envelope

const String System::Web::Services::Soap::Element::Envelope
static

The string representation of the 'Envelope' element name.

◆ Fault

const String System::Web::Services::Soap::Element::Fault
static

The string representation of the 'Fault' element name.

◆ FaultActor

const String System::Web::Services::Soap::Element::FaultActor
static

The string representation of the 'faultactor' element name.

◆ FaultCode

const String System::Web::Services::Soap::Element::FaultCode
static

The string representation of the 'faultcode' element name.

◆ FaultDetail

const String System::Web::Services::Soap::Element::FaultDetail
static

The string representation of the 'detail' element name.

◆ FaultString

const String System::Web::Services::Soap::Element::FaultString
static

The string representation of the 'faultstring' element name.

◆ Header

const String System::Web::Services::Soap::Element::Header
static

The string representation of the 'Header' element name.

◆ Message

const String System::Web::Services::Soap::Element::Message
static

The string representation of the 'Message' element name.

◆ StackTrace

const String System::Web::Services::Soap::Element::StackTrace
static

The string representation of the 'StackTrace' element name.