6 private string memberName;
14 private bool isReturnValue;
16 private bool overrideIsNullable;
42 xmlAttributes = value;
52 return soapAttributes;
56 soapAttributes = value;
66 if (memberName !=
null)
89 isReturnValue = value;
100 return overrideIsNullable;
104 overrideIsNullable = value;
Represents a collection of attribute objects that control how the T:System.Xml.Serialization....
Provides mappings between code entities in .NET Framework Web service methods and the content of Web ...
XmlAttributes XmlAttributes
Gets or sets an T:System.Xml.Serialization.XmlAttributes with the collection of T:System....
Represents type declarations: class types, interface types, array types, value types,...
Represents a collection of attribute objects that control how the T:System.Xml.Serialization....
bool OverrideIsNullable
Gets or sets a value that indicates that the value of the corresponding XML element definition's isNu...
SoapAttributes SoapAttributes
Gets or sets a T:System.Xml.Serialization.SoapAttributes with the collection of SOAP-related attribut...
string MemberName
Gets or sets the name of the Web service method member for this mapping.
Type MemberType
Gets or sets the type of the Web service method member code entity that is represented by this mappin...
bool IsReturnValue
Gets or sets a value that indicates whether the T:System.Xml.Serialization.XmlReflectionMember repres...