C# 클래스 MetaLens.Service

파일 보기 프로젝트 열기: NGFieldScope/JS-FieldScope

공개 메소드들

메소드 설명
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