C# 클래스 ThoughtWorksMingleLib.MingleEventsFeedEntry

상속: XElementWrapper
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net

공개 메소드들

메소드 설명
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

메소드 상세

GetCardUrlPathForApi() 공개 메소드

Returns the url of the latest version of the card
public GetCardUrlPathForApi ( ) : string
리턴 string

MingleEventsFeedEntry() 공개 메소드

Constructs a new MingleEventsFeedEntry
public MingleEventsFeedEntry ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement XML in XElement form
리턴 System

MingleEventsFeedEntry() 공개 메소드

Constructs a new MingleEventsFeedEntry
public MingleEventsFeedEntry ( string xml ) : System
xml string XML in string form
리턴 System