프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Address ( ) : System.Xml.Serialization | ||
GetSchema ( ) : System.Xml.Schema.XmlSchema | ||
ReadXml ( System reader ) : void |
Generates an object from its XML representation.
|
|
ToString ( ) : string |
Formats the way the address is displayed on the page and converts the value of this instance to a System.String.
|
|
WriteXml ( System writer ) : void |
Converts an object into its XML representation.
|
public GetSchema ( ) : System.Xml.Schema.XmlSchema | ||
리턴 | System.Xml.Schema.XmlSchema |
public ReadXml ( System reader ) : void | ||
reader | System | /// The System.Xml.XmlReader stream from which the object is deserialized. /// |
리턴 | void |
public WriteXml ( System writer ) : void | ||
writer | System | /// The System.Xml.XmlWriter stream to which the object is serialized. /// |
리턴 | void |