C# Class ThoughtWorksMingleLib.MingleFavorite

Datei anzeigen Open project: ThoughtWorksStudios/mingle.net Class Usage Examples

Public Methods

Method Description
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

Method Details

GetCards() public method

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

MingleFavorite() public method

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

MingleFavorite() public method

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