mscorlib(4.0.0.0) API with additions
SoapIgnoreAttribute.cs
1
namespace
System.Xml.Serialization
2
{
4
[AttributeUsage(
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Parameter |
AttributeTargets
.ReturnValue)]
5
public
class
SoapIgnoreAttribute
:
Attribute
6
{
7
}
8
}
System.Xml.Serialization.SoapIgnoreAttribute
Instructs the T:System.Xml.Serialization.XmlSerializer not to serialize the public field or public re...
Definition:
SoapIgnoreAttribute.cs:5
System.Attribute
Represents the base class for custom attributes.
Definition:
Attribute.cs:15
System.Xml.Serialization
Definition:
Accessor.cs:3
System.AttributeTargets
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Definition:
AttributeTargets.cs:10
All cs
System.Xml.Serialization
SoapIgnoreAttribute.cs
Generated by
1.8.15