C# 클래스 ThoughtWorks.VisualStudio.Project

Models a MingleProject for the ViewModel
상속: IProject
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector 1 사용 예제들

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