C# Класс ThoughtWorks.VisualStudio.Project

Models a MingleProject for the ViewModel
Наследование: IProject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Project System.Collections

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Project ( string project, ViewModel model ) : System.Collections

Constructs a new Mingle Project object

Описание методов

CreateCard() публичный Метод

Create a new card
public CreateCard ( string type, string name ) : Card
type string
name string
Результат Card

ExecMql() публичный Метод

Calls the execute_mql API and returns an XElement of results
public ExecMql ( string mql ) : System.Xml.Linq.XElement
mql string
Результат System.Xml.Linq.XElement

GetCardType() публичный Метод

Returns the CardType name of a card identified by cardNumber
public GetCardType ( string cardNumber ) : string
cardNumber string
Результат string

GetCardValuedProperties() публичный Метод

Returns a Hashtable of CardProperty
public GetCardValuedProperties ( bool transitionOnly ) : Hashtable
transitionOnly bool
Результат System.Collections.Hashtable

GetCards() публичный Метод

Wraps MingleProject.GetCards(filters)
public GetCards ( Collection filters ) : CardsCollection
filters Collection
Результат CardsCollection

GetCardsOfType() публичный Метод

Returns a CardsCollection collection of cards of type
public GetCardsOfType ( string cardTypeName ) : CardsCollection
cardTypeName string
Результат CardsCollection

GetView() публичный Метод

Returns a CardsCollection collection for cards for view of name
public GetView ( string name ) : CardsCollection
name string
Результат CardsCollection

SendMurmur() публичный Метод

Sends a murmur to Mingle
public SendMurmur ( string murmur ) : void
murmur string
Результат void