C# 클래스 ThoughtWorksMingleLib.MingleFavorite

파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net 1 사용 예제들

공개 메소드들

메소드 설명
GetCards ( ) : MingleCardCollection

Refreshes the list of cards indicated by this Favorite

MingleFavorite ( System.Xml.Linq.XElement favorite ) : System

Constructs a new Favorite

MingleFavorite ( string favorite, MingleProject project ) : System

Constructs a new MingleFavorite from XML

메소드 상세

GetCards() 공개 메소드

Refreshes the list of cards indicated by this Favorite
public GetCards ( ) : MingleCardCollection
리턴 MingleCardCollection

MingleFavorite() 공개 메소드

Constructs a new Favorite
public MingleFavorite ( System.Xml.Linq.XElement favorite ) : System
favorite System.Xml.Linq.XElement
리턴 System

MingleFavorite() 공개 메소드

Constructs a new MingleFavorite from XML
public MingleFavorite ( string favorite, MingleProject project ) : System
favorite string Favorite XML
project MingleProject
리턴 System