C# 클래스 FilezillaUser, FileZilla.NET

Summary description for FilezillaUser
파일 보기 프로젝트 열기: sancsoft/FileZilla.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Permissions List

공개 메소드들

메소드 설명
Create ( XmlDocument doc ) : XmlNode

Create a node containing the user

CreateOption ( XmlDocument doc, string optionName, bool optionValue ) : XmlNode

Creaate a boolean option for xml

CreateOption ( XmlDocument doc, string optionName, string optionValue ) : XmlNode

Creaate a string-based option for xml

FilezillaUser ( ) : System
GetHomeDirectory ( ) : string

Get the home directory for the user

Read ( XmlNode user ) : bool

Load the object from an XML node

메소드 상세

Create() 공개 메소드

Create a node containing the user
public Create ( XmlDocument doc ) : XmlNode
doc XmlDocument XML configuration document
리턴 XmlNode

CreateOption() 공개 메소드

Creaate a boolean option for xml
public CreateOption ( XmlDocument doc, string optionName, bool optionValue ) : XmlNode
doc XmlDocument XML configuration document
optionName string name attribute of option
optionValue bool value of option
리턴 XmlNode

CreateOption() 공개 메소드

Creaate a string-based option for xml
public CreateOption ( XmlDocument doc, string optionName, string optionValue ) : XmlNode
doc XmlDocument XML configuration document
optionName string name attribute of option
optionValue string value of option
리턴 XmlNode

FilezillaUser() 공개 메소드

public FilezillaUser ( ) : System
리턴 System

GetHomeDirectory() 공개 메소드

Get the home directory for the user
public GetHomeDirectory ( ) : string
리턴 string

Read() 공개 메소드

Load the object from an XML node
public Read ( XmlNode user ) : bool
user XmlNode
리턴 bool

프로퍼티 상세

Permissions 공개적으로 프로퍼티

public List Permissions
리턴 List