Skip to Content
.NET & XML
book

.NET & XML

by Niel M. Bornstein
November 2003
Intermediate to advanced
476 pages
14h 38m
English
O'Reilly Media, Inc.
Content preview from .NET & XML

Name

SoapAttributes — System.Xml.Serialization (system.xml.dll)    class 

Synopsis

public class SoapAttributes {
// Public Constructors
   public SoapAttributes( );  
   public SoapAttributes( System.Reflection.ICustomAttributeProvider provider);  
// Public Instance Properties
   public SoapAttributeAttribute SoapAttribute{set; get; } 
   public object SoapDefaultValue{set; get; } 
   public SoapElementAttribute SoapElement{set; get; } 
   public SoapEnumAttribute SoapEnum{set; get; } 
   public bool SoapIgnore{set; get; } 
   public SoapTypeAttribute SoapType{set; get; } 
}

This type is used to add new attributes to a SoapAttributeOverrides object to control the serialization of an object instance at runtime. The SoapAttributes object has properties that allow you to set the attributes SoapAttribute, SoapDefaultValue, SoapElement, SoapEnum, SoapIgnore, and SoapType of a type or member.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Applied XML Programming for Microsoft® .NET

Applied XML Programming for Microsoft® .NET

Dino Esposito
XML Hacks

XML Hacks

Michael Fitzgerald

Publisher Resources

ISBN: 0596003978Supplemental ContentErrata