C# Class TrelloContextMenu.TrelloItemProvider

Afficher le fichier Open project: GeorgeHahn/TrelloContextMenu

Méthodes publiques

Свойство Type Description
Instance TrelloItemProvider

Méthodes publiques

Méthode 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

Méthode Description
TrelloItemProvider ( ) : System

Method Details

AddCard() public méthode

public AddCard ( string boardName, string listName, string cardName, string commentText = "" ) : void
boardName string
listName string
cardName string
commentText string
Résultat void

AttachToCard() public méthode

public AttachToCard ( string boardName, string listName, string cardName, string fileToAttach ) : void
boardName string
listName string
cardName string
fileToAttach string
Résultat void

GetBoardNames() public méthode

public GetBoardNames ( ) : IEnumerable
Résultat IEnumerable

GetCardsForBoard() public méthode

public GetCardsForBoard ( string boardName ) : IEnumerable
boardName string
Résultat IEnumerable

GetCardsForList() public méthode

public GetCardsForList ( string boardName, string listName ) : IEnumerable
boardName string
listName string
Résultat IEnumerable

GetListsForBoard() public méthode

public GetListsForBoard ( string boardName ) : IEnumerable
boardName string
Résultat IEnumerable

Property Details

Instance public_oe static_oe property

public static TrelloItemProvider,TrelloContextMenu Instance
Résultat TrelloItemProvider