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

Inheritance: BoardsRequest
Mostrar archivo Open project: Bunk/trellow

Public Methods

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

Method Details

BoardsAddMemberRequest() public method

public BoardsAddMemberRequest ( IBoardId board, IMemberId member, BoardMemberType type ) : RestSharp
board IBoardId
member IMemberId
type BoardMemberType
return RestSharp

BoardsAddMemberRequest() public method

public BoardsAddMemberRequest ( IBoardId board, string email, string fullName, BoardMemberType type ) : RestSharp
board IBoardId
email string
fullName string
type BoardMemberType
return RestSharp