C# 클래스 ThoughtWorksMingleLib.MingleProject

상속: IMingleProject
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net 1 사용 예제들

공개 메소드들

메소드 설명
ClearCardSetPropertyValues ( ) : void

Clears card set property values from the cache

CreateCard ( string type, string name ) : MingleCard

Creates a new card

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

Execute an MQL request and return results in a MingleCardCollection

GetCard ( int number ) : MingleCard

Returns a card given a card number from this project

GetCardType ( string cardNumber ) : string

Returns the card_type value

GetCardTypes ( ) : MingleCardTypeCollection

Get the CartTypes property results set

GetCardValuedProperties ( bool transitionOnly ) : Hashtable

Get the list of property definitions for properties that are not restricted to transition-only

GetCards ( ) : MingleCardCollection

Returns all the cards

GetCards ( Collection filters ) : MingleCardCollection

Given filter criteria, return a collection of cards

GetCardsOfType ( string cardType ) : MingleCardCollection

Returns card of the type indicated by cardType

GetFavorites ( ) : MingleFavoriteCollection

Get favorites

GetMurmurs ( ) : IEnumerable

Returns murmurs from Mingle

GetProperties ( ) : MinglePropertyDefinitionCollection

Get property definitions for the project

GetTeam ( ) : MingleProjectMemberCollection

Get list of team members for the project

GetTransitions ( ) : MingleTransitionCollection

Get the Transitions property from the Mingle server

GetView ( string name ) : MingleCardCollection

Returns a MingleCardCollection for a view

MingleProject ( string projectId, IMingleServer mingle ) : System

Constructs a new MingleProject

ResultsCount ( System.Xml.Linq.XElement results ) : int

Count of the result tags returned from a MQL query

RunMacro ( string macro ) : string

Given a macro, return the renderable HTML

SendMurmur ( string murmur ) : MingleMurmur

Sends a murmur to Mingle

메소드 상세

ClearCardSetPropertyValues() 공개 메소드

Clears card set property values from the cache
public ClearCardSetPropertyValues ( ) : void
리턴 void

CreateCard() 공개 메소드

Creates a new card
public CreateCard ( string type, string name ) : MingleCard
type string
name string
리턴 MingleCard

ExecMql() 공개 메소드

Execute an MQL request and return results in a MingleCardCollection
May throw an exception bubbling up from below
public ExecMql ( string mql ) : System.Xml.Linq.XElement
mql string MQL query string
리턴 System.Xml.Linq.XElement

GetCard() 공개 메소드

Returns a card given a card number from this project
public GetCard ( int number ) : MingleCard
number int
리턴 MingleCard

GetCardType() 공개 메소드

Returns the card_type value
public GetCardType ( string cardNumber ) : string
cardNumber string
리턴 string

GetCardTypes() 공개 메소드

Get the CartTypes property results set
public GetCardTypes ( ) : MingleCardTypeCollection
리턴 MingleCardTypeCollection

GetCardValuedProperties() 공개 메소드

Get the list of property definitions for properties that are not restricted to transition-only
public GetCardValuedProperties ( bool transitionOnly ) : Hashtable
transitionOnly bool
리턴 System.Collections.Hashtable

GetCards() 공개 메소드

Returns all the cards
public GetCards ( ) : MingleCardCollection
리턴 MingleCardCollection

GetCards() 공개 메소드

Given filter criteria, return a collection of cards
public GetCards ( Collection filters ) : MingleCardCollection
filters Collection MingleFilter describing selection criteria
리턴 MingleCardCollection

GetCardsOfType() 공개 메소드

Returns card of the type indicated by cardType
public GetCardsOfType ( string cardType ) : MingleCardCollection
cardType string
리턴 MingleCardCollection

GetFavorites() 공개 메소드

Get favorites
public GetFavorites ( ) : MingleFavoriteCollection
리턴 MingleFavoriteCollection

GetMurmurs() 공개 메소드

Returns murmurs from Mingle
public GetMurmurs ( ) : IEnumerable
리턴 IEnumerable

GetProperties() 공개 메소드

Get property definitions for the project
public GetProperties ( ) : MinglePropertyDefinitionCollection
리턴 MinglePropertyDefinitionCollection

GetTeam() 공개 메소드

Get list of team members for the project
public GetTeam ( ) : MingleProjectMemberCollection
리턴 MingleProjectMemberCollection

GetTransitions() 공개 메소드

Get the Transitions property from the Mingle server
public GetTransitions ( ) : MingleTransitionCollection
리턴 MingleTransitionCollection

GetView() 공개 메소드

Returns a MingleCardCollection for a view
public GetView ( string name ) : MingleCardCollection
name string
리턴 MingleCardCollection

MingleProject() 공개 메소드

Constructs a new MingleProject
public MingleProject ( string projectId, IMingleServer mingle ) : System
projectId string An existing Mingle project_id
mingle IMingleServer Mingle server
리턴 System

ResultsCount() 공개 메소드

Count of the result tags returned from a MQL query
public ResultsCount ( System.Xml.Linq.XElement results ) : int
results System.Xml.Linq.XElement
리턴 int

RunMacro() 공개 메소드

Given a macro, return the renderable HTML
public RunMacro ( string macro ) : string
macro string Macro text
리턴 string

SendMurmur() 공개 메소드

Sends a murmur to Mingle
public SendMurmur ( string murmur ) : MingleMurmur
murmur string
리턴 MingleMurmur