C# 클래스 FlickrSync.SyncItem

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

공개 프로퍼티들

프로퍼티 타입 설명
Action Actions
Description string
Filename string
FolderPath string
GeoLat double?
GeoLong double?
NoDeleteTags bool
Permission FlickrSync.Permissions
PhotoId string
SetDescription string
SetId string
SetTitle string
Tags System.Collections.ArrayList
Title string
item_id int

프로퍼티 상세

Action 공개적으로 프로퍼티

public Actions Action
리턴 Actions

Description 공개적으로 프로퍼티

public string Description
리턴 string

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

FolderPath 공개적으로 프로퍼티

public string FolderPath
리턴 string

GeoLat 공개적으로 프로퍼티

public double? GeoLat
리턴 double?

GeoLong 공개적으로 프로퍼티

public double? GeoLong
리턴 double?

NoDeleteTags 공개적으로 프로퍼티

public bool NoDeleteTags
리턴 bool

Permission 공개적으로 프로퍼티

public FlickrSync.Permissions Permission
리턴 FlickrSync.Permissions

PhotoId 공개적으로 프로퍼티

public string PhotoId
리턴 string

SetDescription 공개적으로 프로퍼티

public string SetDescription
리턴 string

SetId 공개적으로 프로퍼티

public string SetId
리턴 string

SetTitle 공개적으로 프로퍼티

public string SetTitle
리턴 string

Tags 공개적으로 프로퍼티

public ArrayList,System.Collections Tags
리턴 System.Collections.ArrayList

Title 공개적으로 프로퍼티

public string Title
리턴 string

item_id 공개적으로 프로퍼티

public int item_id
리턴 int