Свойство | Type | Description | |
---|---|---|---|
Project | System.Collections |
Méthode | Description | |
---|---|---|
CreateCard ( string type, string name ) : |
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 ) : |
Returns a Hashtable of CardProperty
|
|
GetCards ( Collection |
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
|
Méthode | Description | |
---|---|---|
Project ( string project, |
Constructs a new Mingle Project object
|
public CreateCard ( string type, string name ) : |
||
type | string | |
name | string | |
Résultat |
public ExecMql ( string mql ) : System.Xml.Linq.XElement | ||
mql | string | |
Résultat | System.Xml.Linq.XElement |
public GetCardType ( string cardNumber ) : string | ||
cardNumber | string | |
Résultat | string |
public GetCardValuedProperties ( bool transitionOnly ) : |
||
transitionOnly | bool | |
Résultat |
public GetCards ( Collection |
||
filters | Collection |
|
Résultat | CardsCollection |
public GetCardsOfType ( string cardTypeName ) : CardsCollection | ||
cardTypeName | string | |
Résultat | CardsCollection |
public GetView ( string name ) : CardsCollection | ||
name | string | |
Résultat | CardsCollection |