C# Class iServe.Models.Address

Inheritance: IF1APIResource, IXmlSerializable
ファイルを表示 Open project: fellowshiptech/ft-iserve

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Address() public method

public Address ( ) : System.Xml.Serialization
return System.Xml.Serialization

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

Generates an object from its XML representation.
public ReadXml ( System reader ) : void
reader System /// The System.Xml.XmlReader stream from which the object is deserialized. ///
return void

ToString() public method

Formats the way the address is displayed on the page and converts the value of this instance to a System.String.
public ToString ( ) : string
return string

WriteXml() public method

Converts an object into its XML representation.
public WriteXml ( System writer ) : void
writer System /// The System.Xml.XmlWriter stream to which the object is serialized. ///
return void