C# Class RestBucks.Orders.Representations.OrderItemRepresentation

Inheritance: IXmlSerializable
Afficher le fichier Open project: horsdal/Restbucks-on-Nancy

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

OrderItemRepresentation() public méthode

public OrderItemRepresentation ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OrderItemRepresentation() public méthode

public OrderItemRepresentation ( OrderItem item ) : System.Collections.Generic
item Domain.OrderItem
Résultat System.Collections.Generic

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void