C# 클래스 Pocket_AutoTagger.Mocks.MockRilClient

상속: IRilClient
파일 보기 프로젝트 열기: kareem613/auto-tagger

공개 메소드들

메소드 설명
Add ( string url, string title, bool autoTitle ) : bool
ApiStatistics ( ) : Limits
Authenticate ( ) : bool
Get ( ReadState state, System.DateTime since, int count, int page, bool myAppOnly, bool tags ) : RilList
MockRilClient ( Credentials credentials ) : System
RegisterClient ( ) : bool
Send ( SendType type, List items ) : bool
Stats ( ) : Statistics

메소드 상세

Add() 공개 메소드

public Add ( string url, string title, bool autoTitle ) : bool
url string
title string
autoTitle bool
리턴 bool

ApiStatistics() 공개 메소드

public ApiStatistics ( ) : Limits
리턴 Limits

Authenticate() 공개 메소드

public Authenticate ( ) : bool
리턴 bool

Get() 공개 메소드

public Get ( ReadState state, System.DateTime since, int count, int page, bool myAppOnly, bool tags ) : RilList
state ReadState
since System.DateTime
count int
page int
myAppOnly bool
tags bool
리턴 RilList

MockRilClient() 공개 메소드

public MockRilClient ( Credentials credentials ) : System
credentials Credentials
리턴 System

RegisterClient() 공개 메소드

public RegisterClient ( ) : bool
리턴 bool

Send() 공개 메소드

public Send ( SendType type, List items ) : bool
type SendType
items List
리턴 bool

Stats() 공개 메소드

public Stats ( ) : Statistics
리턴 Statistics