C# Class ThoughtWorks.VisualStudio.Project

Models a MingleProject for the ViewModel
Inheritance: IProject
Afficher le fichier Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Private Properties

Свойство Type Description
Project System.Collections

Méthodes publiques

Méthode Description
CreateCard ( string type, string name ) : Card

Create a new card

ExecMql ( string mql ) : System.Xml.Linq.XElement

Calls the execute_mql API and returns an XElement of results

GetCardType ( string cardNumber ) : string

Returns the CardType name of a card identified by cardNumber

GetCardValuedProperties ( bool transitionOnly ) : Hashtable

Returns a Hashtable of CardProperty

GetCards ( Collection filters ) : CardsCollection

Wraps MingleProject.GetCards(filters)

GetCardsOfType ( string cardTypeName ) : CardsCollection

Returns a CardsCollection collection of cards of type

GetView ( string name ) : CardsCollection

Returns a CardsCollection collection for cards for view of name

SendMurmur ( string murmur ) : void

Sends a murmur to Mingle

Private Methods

Méthode Description
Project ( string project, ViewModel model ) : System.Collections

Constructs a new Mingle Project object

Method Details

CreateCard() public méthode

Create a new card
public CreateCard ( string type, string name ) : Card
type string
name string
Résultat Card

ExecMql() public méthode

Calls the execute_mql API and returns an XElement of results
public ExecMql ( string mql ) : System.Xml.Linq.XElement
mql string
Résultat System.Xml.Linq.XElement

GetCardType() public méthode

Returns the CardType name of a card identified by cardNumber
public GetCardType ( string cardNumber ) : string
cardNumber string
Résultat string

GetCardValuedProperties() public méthode

Returns a Hashtable of CardProperty
public GetCardValuedProperties ( bool transitionOnly ) : Hashtable
transitionOnly bool
Résultat System.Collections.Hashtable

GetCards() public méthode

Wraps MingleProject.GetCards(filters)
public GetCards ( Collection filters ) : CardsCollection
filters Collection
Résultat CardsCollection

GetCardsOfType() public méthode

Returns a CardsCollection collection of cards of type
public GetCardsOfType ( string cardTypeName ) : CardsCollection
cardTypeName string
Résultat CardsCollection

GetView() public méthode

Returns a CardsCollection collection for cards for view of name
public GetView ( string name ) : CardsCollection
name string
Résultat CardsCollection

SendMurmur() public méthode

Sends a murmur to Mingle
public SendMurmur ( string murmur ) : void
murmur string
Résultat void