C# Class trellow.api.Boards.Internal.BoardsAddMemberRequest

Inheritance: BoardsRequest
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
BoardsAddMemberRequest ( IBoardId board, IMemberId member, BoardMemberType type ) : RestSharp
BoardsAddMemberRequest ( IBoardId board, string email, string fullName, BoardMemberType type ) : RestSharp

Method Details

BoardsAddMemberRequest() public méthode

public BoardsAddMemberRequest ( IBoardId board, IMemberId member, BoardMemberType type ) : RestSharp
board IBoardId
member IMemberId
type BoardMemberType
Résultat RestSharp

BoardsAddMemberRequest() public méthode

public BoardsAddMemberRequest ( IBoardId board, string email, string fullName, BoardMemberType type ) : RestSharp
board IBoardId
email string
fullName string
type BoardMemberType
Résultat RestSharp