Interface IDetail
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Detail.html
public interface IDetail : ISOAPFaultElement, ISOAPElement
- Inherited Members
Properties
DetailEntries
Iterator DetailEntries { get; }
Property Value
Methods
AddDetailEntry(QName)
DetailEntry AddDetailEntry(QName arg0)
Parameters
Returns
Exceptions
AddDetailEntry(Name)
DetailEntry AddDetailEntry(Name arg0)