C# Class DataServer.Media

Inheritance: Caliburn.Micro.PropertyChangedBase, IConvertibleXml
Mostrar archivo Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FromXml ( System.Xml.Linq.XElement element ) : void
LoadPhoto ( PoiService service ) : void
PhotoReceived ( string id, byte newByteArray, Service s ) : void
ToXml ( ) : System.Xml.Linq.XElement
UpdateDuration ( ) : void

Method Details

FromXml() public method

public FromXml ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

LoadPhoto() public method

public LoadPhoto ( PoiService service ) : void
service PoiService
return void

PhotoReceived() public method

public PhotoReceived ( string id, byte newByteArray, Service s ) : void
id string
newByteArray byte
s Service
return void

ToXml() public method

public ToXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

UpdateDuration() public method

public UpdateDuration ( ) : void
return void