C# Class TrelloNet.Actions.GetAction

Afficher le fichier Open project: detroitpro/Trello.net Class Usage Examples

Méthodes publiques

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

public Actions ( string boardId ) : List
boardId string
Résultat List

Actions() public méthode

public Actions ( string boardId, ActionType action ) : List
boardId string
action ActionType
Résultat List

Actions() public méthode

public Actions ( string boardId, ActionType action, ActionType actions ) : List
boardId string
action ActionType
actions ActionType
Résultat List

Boards() public méthode

public Boards ( ) : IEnumerable
Résultat IEnumerable

Card() public méthode

public Card ( string CardId ) : Card
CardId string
Résultat TrelloNet.Domain.Card

Cards() public méthode

public Cards ( string boardId ) : IEnumerable
boardId string
Résultat IEnumerable

Member() public méthode

public Member ( string usernameOrId, CardType cardType = CardType.None ) : Member
usernameOrId string
cardType CardType
Résultat TrelloNet.Domain.Member