Метод | Описание | |
---|---|---|
Actions ( string boardId ) : List |
||
Actions ( string boardId, ActionType action ) : List |
||
Actions ( string boardId, ActionType action, ActionType actions ) : List |
||
Boards ( ) : IEnumerable |
||
Card ( string CardId ) : |
||
Cards ( string boardId ) : IEnumerable |
||
Member ( string usernameOrId, CardType cardType = CardType.None ) : |
public Actions ( string boardId, ActionType action ) : List |
||
boardId | string | |
action | ActionType | |
Результат | List |
public Actions ( string boardId, ActionType action, ActionType actions ) : List |
||
boardId | string | |
action | ActionType | |
actions | ActionType | |
Результат | List |
public Card ( string CardId ) : |
||
CardId | string | |
Результат |
public Cards ( string boardId ) : IEnumerable |
||
boardId | string | |
Результат | IEnumerable |
public Member ( string usernameOrId, CardType cardType = CardType.None ) : |
||
usernameOrId | string | |
cardType | CardType | |
Результат |