C# Class ThoughtWorksMingleLib.MingleEventsEntryContent

Inheritance: XElementWrapper
Datei anzeigen Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method Description
MingleEventsEntryContent ( System.Xml.Linq.XElement xml ) : System.Collections.Generic

Constructs a new MingleEventsEntryContent

MingleEventsEntryContent ( string xml ) : System.Collections.Generic

Constructs a new MingleEventsEntryContent

Method Details

MingleEventsEntryContent() public method

Constructs a new MingleEventsEntryContent
public MingleEventsEntryContent ( System.Xml.Linq.XElement xml ) : System.Collections.Generic
xml System.Xml.Linq.XElement XML in XElement form
return System.Collections.Generic

MingleEventsEntryContent() public method

Constructs a new MingleEventsEntryContent
public MingleEventsEntryContent ( string xml ) : System.Collections.Generic
xml string XML in string form
return System.Collections.Generic