C# Class RestBucks.Orders.Representations.OrderItemRepresentation

Inheritance: IXmlSerializable
Exibir arquivo Open project: horsdal/Restbucks-on-Nancy

Private Properties

Property Type Description

Public Methods

Method Description
GetSchema ( ) : XmlSchema
OrderItemRepresentation ( ) : System.Collections.Generic
OrderItemRepresentation ( OrderItem item ) : System.Collections.Generic
ReadXml ( XmlReader reader ) : void
WriteXml ( XmlWriter writer ) : void

Method Details

GetSchema() public method

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

OrderItemRepresentation() public method

public OrderItemRepresentation ( ) : System.Collections.Generic
return System.Collections.Generic

OrderItemRepresentation() public method

public OrderItemRepresentation ( OrderItem item ) : System.Collections.Generic
item Domain.OrderItem
return System.Collections.Generic

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void