C# Class TrelloContextMenu.TrelloItemProvider

Datei anzeigen Open project: GeorgeHahn/TrelloContextMenu

Public Properties

Property Type Description
Instance TrelloItemProvider

Public Methods

Method Description
AddCard ( string boardName, string listName, string cardName, string commentText = "" ) : void
AttachToCard ( string boardName, string listName, string cardName, string fileToAttach ) : void
GetBoardNames ( ) : IEnumerable
GetCardsForBoard ( string boardName ) : IEnumerable
GetCardsForList ( string boardName, string listName ) : IEnumerable
GetListsForBoard ( string boardName ) : IEnumerable

Private Methods

Method Description
TrelloItemProvider ( ) : System

Method Details

AddCard() public method

public AddCard ( string boardName, string listName, string cardName, string commentText = "" ) : void
boardName string
listName string
cardName string
commentText string
return void

AttachToCard() public method

public AttachToCard ( string boardName, string listName, string cardName, string fileToAttach ) : void
boardName string
listName string
cardName string
fileToAttach string
return void

GetBoardNames() public method

public GetBoardNames ( ) : IEnumerable
return IEnumerable

GetCardsForBoard() public method

public GetCardsForBoard ( string boardName ) : IEnumerable
boardName string
return IEnumerable

GetCardsForList() public method

public GetCardsForList ( string boardName, string listName ) : IEnumerable
boardName string
listName string
return IEnumerable

GetListsForBoard() public method

public GetListsForBoard ( string boardName ) : IEnumerable
boardName string
return IEnumerable

Property Details

Instance public_oe static_oe property

public static TrelloItemProvider,TrelloContextMenu Instance
return TrelloItemProvider