C# 클래스 ApiCore.Photos.PhotosFactory

상속: BaseFactory
파일 보기 프로젝트 열기: nolka/vkdotnet 1 사용 예제들

공개 메소드들

메소드 설명
CreateAlbum ( string title, AlbumAccessPrivacy access, AlbumCommentPrivacy comment, string description ) : AlbumEntry
EditAlbum ( int albumId, string title, AlbumAccessPrivacy access, AlbumCommentPrivacy comment, string description ) : bool
EditPhoto ( int userId, int photoid, string text ) : bool
GetAlbums ( int userId, int albums ) : List
GetAll ( int userId, int count, int offset ) : List
GetPhotos ( int userId, int albumId, int photoIds, int count, int offset ) : List
GetPhotosById ( string photos ) : List
GetTags ( int photoId, int ownerId ) : List
GetUploadServer ( int albumId, int groupId, bool saveBig ) : PhotoUploadInfo
GetUserPhotos ( int userId, int count, int offset ) : List
MovePhoto ( int photoId, int toAlbumId, int ownerId ) : bool
PhotosFactory ( ApiManager manager ) : System

PutTag ( int ownerId, int photoId, int userId, float x, float y, float x2, float y2 ) : int
RemoveTag ( int ownerId, int photoId, int tagId ) : bool
ReorderAlbums ( int albumId, int before, int after, int ownerId ) : bool
ReorderPhotos ( int photoId, int before, int after, int ownerId ) : bool
UsePhotoAsCover ( int photoId, int albumId, int ownerId ) : bool

비공개 메소드들

메소드 설명
buildAlbumEntry ( XmlNode node ) : AlbumEntry
buildAlbumsList ( XmlNode data ) : List
buildPhotoEntryFull ( XmlNode node ) : PhotoEntryFull
buildPhotoEntryShort ( XmlNode node ) : ApiCore.Photos.PhotoEntryShort
buildPhotoTagsList ( XmlNode result ) : List
buildPhotosListFull ( XmlNode data ) : List
buildPhotosListShort ( XmlNode data ) : List

메소드 상세

CreateAlbum() 공개 메소드

public CreateAlbum ( string title, AlbumAccessPrivacy access, AlbumCommentPrivacy comment, string description ) : AlbumEntry
title string
access AlbumAccessPrivacy
comment AlbumCommentPrivacy
description string
리턴 AlbumEntry

EditAlbum() 공개 메소드

public EditAlbum ( int albumId, string title, AlbumAccessPrivacy access, AlbumCommentPrivacy comment, string description ) : bool
albumId int
title string
access AlbumAccessPrivacy
comment AlbumCommentPrivacy
description string
리턴 bool

EditPhoto() 공개 메소드

public EditPhoto ( int userId, int photoid, string text ) : bool
userId int
photoid int
text string
리턴 bool

GetAlbums() 공개 메소드

public GetAlbums ( int userId, int albums ) : List
userId int
albums int
리턴 List

GetAll() 공개 메소드

public GetAll ( int userId, int count, int offset ) : List
userId int
count int
offset int
리턴 List

GetPhotos() 공개 메소드

public GetPhotos ( int userId, int albumId, int photoIds, int count, int offset ) : List
userId int
albumId int
photoIds int
count int
offset int
리턴 List

GetPhotosById() 공개 메소드

public GetPhotosById ( string photos ) : List
photos string
리턴 List

GetTags() 공개 메소드

public GetTags ( int photoId, int ownerId ) : List
photoId int
ownerId int
리턴 List

GetUploadServer() 공개 메소드

public GetUploadServer ( int albumId, int groupId, bool saveBig ) : PhotoUploadInfo
albumId int
groupId int
saveBig bool
리턴 PhotoUploadInfo

GetUserPhotos() 공개 메소드

public GetUserPhotos ( int userId, int count, int offset ) : List
userId int
count int
offset int
리턴 List

MovePhoto() 공개 메소드

public MovePhoto ( int photoId, int toAlbumId, int ownerId ) : bool
photoId int
toAlbumId int
ownerId int
리턴 bool

PhotosFactory() 공개 메소드

public PhotosFactory ( ApiManager manager ) : System
manager ApiManager
리턴 System

PutTag() 공개 메소드

public PutTag ( int ownerId, int photoId, int userId, float x, float y, float x2, float y2 ) : int
ownerId int
photoId int
userId int
x float
y float
x2 float
y2 float
리턴 int

RemoveTag() 공개 메소드

public RemoveTag ( int ownerId, int photoId, int tagId ) : bool
ownerId int
photoId int
tagId int
리턴 bool

ReorderAlbums() 공개 메소드

public ReorderAlbums ( int albumId, int before, int after, int ownerId ) : bool
albumId int
before int
after int
ownerId int
리턴 bool

ReorderPhotos() 공개 메소드

public ReorderPhotos ( int photoId, int before, int after, int ownerId ) : bool
photoId int
before int
after int
ownerId int
리턴 bool

UsePhotoAsCover() 공개 메소드

public UsePhotoAsCover ( int photoId, int albumId, int ownerId ) : bool
photoId int
albumId int
ownerId int
리턴 bool