C# Class ThoughtWorksMingleLib.MingleFavorite

Afficher le fichier Open project: ThoughtWorksStudios/mingle.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Refreshes the list of cards indicated by this Favorite
public GetCards ( ) : MingleCardCollection
Résultat MingleCardCollection

MingleFavorite() public méthode

Constructs a new Favorite
public MingleFavorite ( System.Xml.Linq.XElement favorite ) : System
favorite System.Xml.Linq.XElement
Résultat System

MingleFavorite() public méthode

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