C# Class FlickrSync.SyncFolder

Show file Open project: vboctor/FlickrSync Class Usage Examples

Public Properties

Property Type Description
FilterStarRating int
FilterTags string
FilterType FilterTypes
FolderPath string
LastSync System.DateTime
NoDelete bool
NoDeleteTags bool
NoInitialReplace bool
OrderType OrderTypes
Permission FlickrSync.Permissions
SetDescription string
SetId string
SetTitle string
SyncMethod System.Methods

Public Methods

Method Description
Equals ( object sf ) : bool
GetHashCode ( ) : int
GetXml ( ) : string
LoadFromXPath ( XPathNavigator nav ) : void
StringToMethod ( string str ) : System.Methods
StringToOrderType ( string str ) : OrderTypes
SyncFolder ( ) : System
SyncFolder ( string pFolderPath ) : System

Private Methods

Method Description
XmlDecode ( string text ) : string
XmlEncode ( string text ) : string

Method Details

Equals() public method

public Equals ( object sf ) : bool
sf object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetXml() public method

public GetXml ( ) : string
return string

LoadFromXPath() public method

public LoadFromXPath ( XPathNavigator nav ) : void
nav System.Xml.XPath.XPathNavigator
return void

StringToMethod() public static method

public static StringToMethod ( string str ) : System.Methods
str string
return System.Methods

StringToOrderType() public static method

public static StringToOrderType ( string str ) : OrderTypes
str string
return OrderTypes

SyncFolder() public method

public SyncFolder ( ) : System
return System

SyncFolder() public method

public SyncFolder ( string pFolderPath ) : System
pFolderPath string
return System

Property Details

FilterStarRating public property

public int FilterStarRating
return int

FilterTags public property

public string FilterTags
return string

FilterType public property

public FilterTypes FilterType
return FilterTypes

FolderPath public property

public string FolderPath
return string

LastSync public property

public DateTime,System LastSync
return System.DateTime

NoDelete public property

public bool NoDelete
return bool

NoDeleteTags public property

public bool NoDeleteTags
return bool

NoInitialReplace public property

public bool NoInitialReplace
return bool

OrderType public property

public OrderTypes OrderType
return OrderTypes

Permission public property

public FlickrSync.Permissions Permission
return FlickrSync.Permissions

SetDescription public property

public string SetDescription
return string

SetId public property

public string SetId
return string

SetTitle public property

public string SetTitle
return string

SyncMethod public property

public Methods,System SyncMethod
return System.Methods