C# Class FlickrSync.PathInfo

Show file Open project: vboctor/FlickrSync Class Usage Examples

Public Properties

Property Type Description
ManualAdd bool
Open bool
Path string

Public Methods

Method Description
Equals ( object pi ) : bool
GetHashCode ( ) : int
GetXml ( ) : string
IsEmpty ( ) : bool
LoadFromXPath ( XPathNavigator nav ) : void
PathInfo ( ) : System
PathInfo ( string pPath ) : System
PathInfo ( string pPath, bool pOpen, bool pManualAdd ) : System

Private Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetXml() public method

public GetXml ( ) : string
return string

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

LoadFromXPath() public method

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

PathInfo() public method

public PathInfo ( ) : System
return System

PathInfo() public method

public PathInfo ( string pPath ) : System
pPath string
return System

PathInfo() public method

public PathInfo ( string pPath, bool pOpen, bool pManualAdd ) : System
pPath string
pOpen bool
pManualAdd bool
return System

Property Details

ManualAdd public property

public bool ManualAdd
return bool

Open public property

public bool Open
return bool

Path public property

public string Path
return string