C# Class DataServer.Event

Inheritance: BaseContent
Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : Event
FromXml ( System.Xml.Linq.XElement res, string directoryName ) : void
ToString ( ) : string
ToXml ( ServiceSettings settings ) : System.Xml.Linq.XElement

Method Details

Clone() public method

public Clone ( ) : Event
return Event

FromXml() public method

public FromXml ( System.Xml.Linq.XElement res, string directoryName ) : void
res System.Xml.Linq.XElement
directoryName string
return void

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

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