C# Class FlickrSync.SyncFolder

Mostrar archivo 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_oe property

public int FilterStarRating
return int

FilterTags public_oe property

public string FilterTags
return string

FilterType public_oe property

public FilterTypes FilterType
return FilterTypes

FolderPath public_oe property

public string FolderPath
return string

LastSync public_oe property

public DateTime,System LastSync
return System.DateTime

NoDelete public_oe property

public bool NoDelete
return bool

NoDeleteTags public_oe property

public bool NoDeleteTags
return bool

NoInitialReplace public_oe property

public bool NoInitialReplace
return bool

OrderType public_oe property

public OrderTypes OrderType
return OrderTypes

Permission public_oe property

public FlickrSync.Permissions Permission
return FlickrSync.Permissions

SetDescription public_oe property

public string SetDescription
return string

SetId public_oe property

public string SetId
return string

SetTitle public_oe property

public string SetTitle
return string

SyncMethod public_oe property

public Methods,System SyncMethod
return System.Methods