C# 클래스 YouScribe.Rest.LibraryRequest

상속: YouScribeRequest, ILibraryRequest
파일 보기 프로젝트 열기: Youscribe/YouscribeNet 1 사용 예제들

공개 메소드들

메소드 설명
AddProductAsync ( int id, int productId, bool isPublic ) : Task
AddProductAsync ( string typeName, int productId, bool isPublic ) : Task
DeleteProductAsync ( int id, int productId ) : Task
DeleteProductAsync ( string typeName, int productId ) : Task
GetAsync ( ) : Task>
GetAsync ( int id ) : Task
GetAsync ( string typeName ) : Task
GetByProductIdAsync ( int productId ) : Task>
LibraryRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System

메소드 상세

AddProductAsync() 공개 메소드

public AddProductAsync ( int id, int productId, bool isPublic ) : Task
id int
productId int
isPublic bool
리턴 Task

AddProductAsync() 공개 메소드

public AddProductAsync ( string typeName, int productId, bool isPublic ) : Task
typeName string
productId int
isPublic bool
리턴 Task

DeleteProductAsync() 공개 메소드

public DeleteProductAsync ( int id, int productId ) : Task
id int
productId int
리턴 Task

DeleteProductAsync() 공개 메소드

public DeleteProductAsync ( string typeName, int productId ) : Task
typeName string
productId int
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( ) : Task>
리턴 Task>

GetAsync() 공개 메소드

public GetAsync ( int id ) : Task
id int
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( string typeName ) : Task
typeName string
리턴 Task

GetByProductIdAsync() 공개 메소드

public GetByProductIdAsync ( int productId ) : Task>
productId int
리턴 Task>

LibraryRequest() 공개 메소드

public LibraryRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System
clientFactory Func
authorizeTokenProvider ITokenProvider
리턴 System