C# 클래스 TrelloNet.Actions.GetAction

파일 보기 프로젝트 열기: detroitpro/Trello.net 1 사용 예제들

공개 메소드들

메소드 설명
Actions ( string boardId ) : List
Actions ( string boardId, ActionType action ) : List
Actions ( string boardId, ActionType action, ActionType actions ) : List
Boards ( ) : IEnumerable
Card ( string CardId ) : Card
Cards ( string boardId ) : IEnumerable
Member ( string usernameOrId, CardType cardType = CardType.None ) : Member

메소드 상세

Actions() 공개 메소드

public Actions ( string boardId ) : List
boardId string
리턴 List

Actions() 공개 메소드

public Actions ( string boardId, ActionType action ) : List
boardId string
action ActionType
리턴 List

Actions() 공개 메소드

public Actions ( string boardId, ActionType action, ActionType actions ) : List
boardId string
action ActionType
actions ActionType
리턴 List

Boards() 공개 메소드

public Boards ( ) : IEnumerable
리턴 IEnumerable

Card() 공개 메소드

public Card ( string CardId ) : Card
CardId string
리턴 TrelloNet.Domain.Card

Cards() 공개 메소드

public Cards ( string boardId ) : IEnumerable
boardId string
리턴 IEnumerable

Member() 공개 메소드

public Member ( string usernameOrId, CardType cardType = CardType.None ) : Member
usernameOrId string
cardType CardType
리턴 TrelloNet.Domain.Member