C# Класс MetaLens.Service

Показать файл Открыть проект

Открытые методы

Метод Описание
CheckLogin ( string url, string cookie ) : string
GetDescription ( string url, string assetId ) : AssetDescription
GetPoints ( string url, double left, double right, double bottom, double top, double width, double height ) : List
GetPoints ( string url, double left, double right, double bottom, double top, double width, double height, string keyword ) : List
Login ( string url, string username, string password ) : string
PostAsset ( string url, string cookie, Stream input, string latitude, string longitude, string name, string caption, string description, string keywords ) : string

Описание методов

CheckLogin() публичный статический Метод

public static CheckLogin ( string url, string cookie ) : string
url string
cookie string
Результат string

GetDescription() публичный статический Метод

public static GetDescription ( string url, string assetId ) : AssetDescription
url string
assetId string
Результат AssetDescription

GetPoints() публичный статический Метод

public static GetPoints ( string url, double left, double right, double bottom, double top, double width, double height ) : List
url string
left double
right double
bottom double
top double
width double
height double
Результат List

GetPoints() публичный статический Метод

public static GetPoints ( string url, double left, double right, double bottom, double top, double width, double height, string keyword ) : List
url string
left double
right double
bottom double
top double
width double
height double
keyword string
Результат List

Login() публичный статический Метод

public static Login ( string url, string username, string password ) : string
url string
username string
password string
Результат string

PostAsset() публичный статический Метод

public static PostAsset ( string url, string cookie, Stream input, string latitude, string longitude, string name, string caption, string description, string keywords ) : string
url string
cookie string
input Stream
latitude string
longitude string
name string
caption string
description string
keywords string
Результат string