C# Class Pocket_AutoTagger.Mocks.MockRilClient

Inheritance: IRilClient
Afficher le fichier Open project: kareem613/auto-tagger

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( string url, string title, bool autoTitle ) : bool
url string
title string
autoTitle bool
Résultat bool

ApiStatistics() public méthode

public ApiStatistics ( ) : Limits
Résultat Limits

Authenticate() public méthode

public Authenticate ( ) : bool
Résultat bool

Get() public méthode

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
Résultat RilList

MockRilClient() public méthode

public MockRilClient ( Credentials credentials ) : System
credentials Credentials
Résultat System

RegisterClient() public méthode

public RegisterClient ( ) : bool
Résultat bool

Send() public méthode

public Send ( SendType type, List items ) : bool
type SendType
items List
Résultat bool

Stats() public méthode

public Stats ( ) : Statistics
Résultat Statistics