C# 클래스 TrelloContextMenu.TrelloItemProvider

파일 보기 프로젝트 열기: GeorgeHahn/TrelloContextMenu

공개 프로퍼티들

프로퍼티 타입 설명
Instance TrelloItemProvider

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TrelloItemProvider ( ) : System

메소드 상세

AddCard() 공개 메소드

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

AttachToCard() 공개 메소드

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

GetBoardNames() 공개 메소드

public GetBoardNames ( ) : IEnumerable
리턴 IEnumerable

GetCardsForBoard() 공개 메소드

public GetCardsForBoard ( string boardName ) : IEnumerable
boardName string
리턴 IEnumerable

GetCardsForList() 공개 메소드

public GetCardsForList ( string boardName, string listName ) : IEnumerable
boardName string
listName string
리턴 IEnumerable

GetListsForBoard() 공개 메소드

public GetListsForBoard ( string boardName ) : IEnumerable
boardName string
리턴 IEnumerable

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static TrelloItemProvider,TrelloContextMenu Instance
리턴 TrelloItemProvider