Method | Description | |
---|---|---|
CreateCard ( string type, string name ) : Card |
Crates a new card
|
|
GetCardsForFavorite ( string view ) : CardBasicInfo>.SortedList |
||
GetCardsOfType ( string type ) : CardsCollection |
Returns cards of a certain type
|
|
GetCommentsForCard ( int number ) : IEnumerable |
Gets all the comments for a card
|
|
GetOneCard ( int cardNo ) : Card |
Returns a Card
|
|
MockViewModel ( string filename ) : System |
Mocked ViewModel implementing IViewModel
|
|
PostComment ( int number, string comment ) : void |
Posts a comment to a card
|
|
Project ( ) : Project |
Returns the selected project
|
|
SelectProject ( object projectId ) : bool |
Set the value of the current project
|
|
SendMurmur ( string murmur ) : void |
Sends a murmur
|
public CreateCard ( string type, string name ) : Card | ||
type | string | Card type |
name | string | Card name |
return | Card |
public GetCardsForFavorite ( string view ) : CardBasicInfo>.SortedList |
||
view | string | |
return | CardBasicInfo>.SortedList |
public GetCardsOfType ( string type ) : CardsCollection | ||
type | string | Card type |
return | CardsCollection |
public GetCommentsForCard ( int number ) : IEnumerable |
||
number | int | |
return | IEnumerable |
public GetOneCard ( int cardNo ) : Card | ||
cardNo | int | Card number |
return | Card |
public MockViewModel ( string filename ) : System | ||
filename | string | Name of test data file to be passed to Mocks.MingleServer |
return | System |
public PostComment ( int number, string comment ) : void | ||
number | int | |
comment | string | |
return | void |
public SelectProject ( object projectId ) : bool | ||
projectId | object | |
return | bool |