C# 클래스 trellow.api.Boards.Internal.BoardsAddMemberRequest

상속: BoardsRequest
파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
BoardsAddMemberRequest ( IBoardId board, IMemberId member, BoardMemberType type ) : RestSharp
BoardsAddMemberRequest ( IBoardId board, string email, string fullName, BoardMemberType type ) : RestSharp

메소드 상세

BoardsAddMemberRequest() 공개 메소드

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

BoardsAddMemberRequest() 공개 메소드

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