C# Class ThoughtWorksMingleLib.MingleEventsFeedEntry

Inheritance: XElementWrapper
Afficher le fichier Open project: ThoughtWorksStudios/mingle.net

Méthodes publiques

Méthode Description
GetCardUrlPathForApi ( ) : string

Returns the url of the latest version of the card

MingleEventsFeedEntry ( System.Xml.Linq.XElement xml ) : System

Constructs a new MingleEventsFeedEntry

MingleEventsFeedEntry ( string xml ) : System

Constructs a new MingleEventsFeedEntry

Method Details

GetCardUrlPathForApi() public méthode

Returns the url of the latest version of the card
public GetCardUrlPathForApi ( ) : string
Résultat string

MingleEventsFeedEntry() public méthode

Constructs a new MingleEventsFeedEntry
public MingleEventsFeedEntry ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement XML in XElement form
Résultat System

MingleEventsFeedEntry() public méthode

Constructs a new MingleEventsFeedEntry
public MingleEventsFeedEntry ( string xml ) : System
xml string XML in string form
Résultat System