C# 클래스 FlickrSync.PathInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
ManualAdd bool
Open bool
Path string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
XmlDecode ( string text ) : string
XmlEncode ( string text ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object pi ) : bool
pi object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetXml() 공개 메소드

public GetXml ( ) : string
리턴 string

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

LoadFromXPath() 공개 메소드

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

PathInfo() 공개 메소드

public PathInfo ( ) : System
리턴 System

PathInfo() 공개 메소드

public PathInfo ( string pPath ) : System
pPath string
리턴 System

PathInfo() 공개 메소드

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

프로퍼티 상세

ManualAdd 공개적으로 프로퍼티

public bool ManualAdd
리턴 bool

Open 공개적으로 프로퍼티

public bool Open
리턴 bool

Path 공개적으로 프로퍼티

public string Path
리턴 string