7 private string elementName;
9 private string dataType;
11 private bool nullable;
19 if (elementName !=
null)
73 this.elementName = elementName;
SoapElementAttribute(string elementName)
Initializes a new instance of the T:System.Xml.Serialization.SoapElementAttribute class and specifies...
string DataType
Gets or sets the XML Schema definition language (XSD) data type of the generated XML element.
Represents the base class for custom attributes.
Specifies that the public member value be serialized by the T:System.Xml.Serialization....
SoapElementAttribute()
Initializes a new instance of the T:System.Xml.Serialization.SoapElementAttribute class.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
string ElementName
Gets or sets the name of the generated XML element.
bool IsNullable
Gets or sets a value that indicates whether the T:System.Xml.Serialization.XmlSerializer must seriali...