C# 클래스 FlickrSync.RemoteInfo

파일 보기 프로젝트 열기: vboctor/FlickrSync 1 사용 예제들

공개 메소드들

메소드 설명
ClearProgress ( ) : void
CreateSet ( string title, string description, string photoid ) : Photoset
DeletePicture ( string photoid ) : void
GetAllSets ( ) : FlickrNet.Photoset[]
GetPhotoset ( string SetId ) : Photoset
GetPhotosetEditURL ( string SetId ) : string
GetPhotosetTitle ( string SetId ) : string
GetPhotosetURL ( string SetId ) : string
GetSet ( string SetId ) : Photoset
MaxFileSize ( ) : long
PhotoThumbnail ( string photoid ) : Stream
PhotosetThumbnail ( Photoset ps ) : Image
PhotosetThumbnail ( string SetId ) : Image
PhotosetsAddPhoto ( string setid, string photoid ) : void
Reload ( ) : void
RemoteInfo ( ) : System
ReplacePicture ( string filename, string photoid, string title, string caption, ArrayList tags, FlickrSync permission, bool NoDeleteTags, double GeoLat, double GeoLong ) : string
SetPhotos ( string SetId ) : FlickrNet.Photo[]
SetProgress ( SetProgressType p ) : void
SortSet ( string setid, string ids ) : void
UploadPicture ( string filename, string title, string description, ArrayList tags, FlickrSync permission ) : string
User ( ) : string
UserId ( ) : string

비공개 메소드들

메소드 설명
Flickr_OnUploadProgress ( object sender, UploadProgressEventArgs e ) : void

메소드 상세

ClearProgress() 공개 메소드

public ClearProgress ( ) : void
리턴 void

CreateSet() 공개 메소드

public CreateSet ( string title, string description, string photoid ) : Photoset
title string
description string
photoid string
리턴 FlickrNet.Photoset

DeletePicture() 공개 메소드

public DeletePicture ( string photoid ) : void
photoid string
리턴 void

GetAllSets() 공개 메소드

public GetAllSets ( ) : FlickrNet.Photoset[]
리턴 FlickrNet.Photoset[]

GetPhotoset() 공개 메소드

public GetPhotoset ( string SetId ) : Photoset
SetId string
리턴 FlickrNet.Photoset

GetPhotosetEditURL() 공개 메소드

public GetPhotosetEditURL ( string SetId ) : string
SetId string
리턴 string

GetPhotosetTitle() 공개 메소드

public GetPhotosetTitle ( string SetId ) : string
SetId string
리턴 string

GetPhotosetURL() 공개 메소드

public GetPhotosetURL ( string SetId ) : string
SetId string
리턴 string

GetSet() 공개 메소드

public GetSet ( string SetId ) : Photoset
SetId string
리턴 FlickrNet.Photoset

MaxFileSize() 공개 메소드

public MaxFileSize ( ) : long
리턴 long

PhotoThumbnail() 공개 메소드

public PhotoThumbnail ( string photoid ) : Stream
photoid string
리턴 Stream

PhotosetThumbnail() 공개 메소드

public PhotosetThumbnail ( Photoset ps ) : Image
ps FlickrNet.Photoset
리턴 Image

PhotosetThumbnail() 공개 메소드

public PhotosetThumbnail ( string SetId ) : Image
SetId string
리턴 Image

PhotosetsAddPhoto() 공개 메소드

public PhotosetsAddPhoto ( string setid, string photoid ) : void
setid string
photoid string
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

RemoteInfo() 공개 메소드

public RemoteInfo ( ) : System
리턴 System

ReplacePicture() 공개 메소드

public ReplacePicture ( string filename, string photoid, string title, string caption, ArrayList tags, FlickrSync permission, bool NoDeleteTags, double GeoLat, double GeoLong ) : string
filename string
photoid string
title string
caption string
tags System.Collections.ArrayList
permission FlickrSync
NoDeleteTags bool
GeoLat double
GeoLong double
리턴 string

SetPhotos() 공개 메소드

public SetPhotos ( string SetId ) : FlickrNet.Photo[]
SetId string
리턴 FlickrNet.Photo[]

SetProgress() 공개 메소드

public SetProgress ( SetProgressType p ) : void
p SetProgressType
리턴 void

SortSet() 공개 메소드

public SortSet ( string setid, string ids ) : void
setid string
ids string
리턴 void

UploadPicture() 공개 메소드

public UploadPicture ( string filename, string title, string description, ArrayList tags, FlickrSync permission ) : string
filename string
title string
description string
tags System.Collections.ArrayList
permission FlickrSync
리턴 string

User() 공개 메소드

public User ( ) : string
리턴 string

UserId() 공개 메소드

public UserId ( ) : string
리턴 string