Method | Description | |
---|---|---|
ClearCardSetPropertyValues ( ) : void |
Clears card set property values from the cache
|
|
CreateCard ( string type, string name ) : |
Creates a new card
|
|
ExecMql ( string mql ) : System.Xml.Linq.XElement |
Execute an MQL request and return results in a MingleCardCollection
|
|
GetCard ( int number ) : |
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 ) : |
Get the list of property definitions for properties that are not restricted to transition-only
|
|
GetCards ( ) : MingleCardCollection |
Returns all the cards
|
|
GetCards ( Collection |
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 ) : |
Sends a murmur to Mingle
|
public CreateCard ( string type, string name ) : |
||
type | string | |
name | string | |
return |
public ExecMql ( string mql ) : System.Xml.Linq.XElement | ||
mql | string | MQL query string |
return | System.Xml.Linq.XElement |
public GetCardType ( string cardNumber ) : string | ||
cardNumber | string | |
return | string |
public GetCardTypes ( ) : MingleCardTypeCollection | ||
return | MingleCardTypeCollection |
public GetCardValuedProperties ( bool transitionOnly ) : |
||
transitionOnly | bool | |
return |
public GetCards ( Collection |
||
filters | Collection |
MingleFilter describing selection criteria |
return | MingleCardCollection |
public GetCardsOfType ( string cardType ) : MingleCardCollection | ||
cardType | string | |
return | MingleCardCollection |
public GetFavorites ( ) : MingleFavoriteCollection | ||
return | MingleFavoriteCollection |
public GetProperties ( ) : MinglePropertyDefinitionCollection | ||
return | MinglePropertyDefinitionCollection |
public GetTeam ( ) : MingleProjectMemberCollection | ||
return | MingleProjectMemberCollection |
public GetTransitions ( ) : MingleTransitionCollection | ||
return | MingleTransitionCollection |
public GetView ( string name ) : MingleCardCollection | ||
name | string | |
return | MingleCardCollection |
public MingleProject ( string projectId, IMingleServer mingle ) : System | ||
projectId | string | An existing Mingle project_id |
mingle | IMingleServer | Mingle server |
return | System |
public ResultsCount ( System.Xml.Linq.XElement results ) : int | ||
results | System.Xml.Linq.XElement | |
return | int |
public RunMacro ( string macro ) : string | ||
macro | string | Macro text |
return | string |
public SendMurmur ( string murmur ) : |
||
murmur | string | |
return |