C# Class TrelloNet.Actions.GetAction

Mostrar archivo Open project: detroitpro/Trello.net Class Usage Examples

Public Methods

Method Description
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

Method Details

Actions() public method

public Actions ( string boardId ) : List
boardId string
return List

Actions() public method

public Actions ( string boardId, ActionType action ) : List
boardId string
action ActionType
return List

Actions() public method

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

Boards() public method

public Boards ( ) : IEnumerable
return IEnumerable

Card() public method

public Card ( string CardId ) : Card
CardId string
return TrelloNet.Domain.Card

Cards() public method

public Cards ( string boardId ) : IEnumerable
boardId string
return IEnumerable

Member() public method

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