C# Class FlickrSync.SyncFolder

Afficher le fichier Open project: vboctor/FlickrSync Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
XmlDecode ( string text ) : string
XmlEncode ( string text ) : string

Method Details

Equals() public méthode

public Equals ( object sf ) : bool
sf object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetXml() public méthode

public GetXml ( ) : string
Résultat string

LoadFromXPath() public méthode

public LoadFromXPath ( XPathNavigator nav ) : void
nav System.Xml.XPath.XPathNavigator
Résultat void

StringToMethod() public static méthode

public static StringToMethod ( string str ) : System.Methods
str string
Résultat System.Methods

StringToOrderType() public static méthode

public static StringToOrderType ( string str ) : OrderTypes
str string
Résultat OrderTypes

SyncFolder() public méthode

public SyncFolder ( ) : System
Résultat System

SyncFolder() public méthode

public SyncFolder ( string pFolderPath ) : System
pFolderPath string
Résultat System

Property Details

FilterStarRating public_oe property

public int FilterStarRating
Résultat int

FilterTags public_oe property

public string FilterTags
Résultat string

FilterType public_oe property

public FilterTypes FilterType
Résultat FilterTypes

FolderPath public_oe property

public string FolderPath
Résultat string

LastSync public_oe property

public DateTime,System LastSync
Résultat System.DateTime

NoDelete public_oe property

public bool NoDelete
Résultat bool

NoDeleteTags public_oe property

public bool NoDeleteTags
Résultat bool

NoInitialReplace public_oe property

public bool NoInitialReplace
Résultat bool

OrderType public_oe property

public OrderTypes OrderType
Résultat OrderTypes

Permission public_oe property

public FlickrSync.Permissions Permission
Résultat FlickrSync.Permissions

SetDescription public_oe property

public string SetDescription
Résultat string

SetId public_oe property

public string SetId
Résultat string

SetTitle public_oe property

public string SetTitle
Résultat string

SyncMethod public_oe property

public Methods,System SyncMethod
Résultat System.Methods