C# 클래스 AdminUserView, FileZilla.NET

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: sancsoft/FileZilla.NET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fz Filezilla,
fzu FilezillaUser,
userName string
webSettings WebSettings,

공개 메소드들

메소드 설명
DisplayPermission ( string perm, bool allow ) : string

Display a permission in standard format; strike it if its not available

GeneratePassword ( ) : string

Randomly generate a password

보호된 메소드들

메소드 설명
AccountNotification ( string username, string password, string recipients ) : void

Send the new password notification message

ForcePasswordButton_Click ( object sender, EventArgs e ) : void

Force the user password to the specified value

GeneratePasswordButton_Click ( object sender, EventArgs e ) : void

Generate a new password for the user; display in the new password box

Page_Load ( object sender, EventArgs e ) : void

메소드 상세

AccountNotification() 보호된 메소드

Send the new password notification message
protected AccountNotification ( string username, string password, string recipients ) : void
username string account
password string password (unencrypted)
recipients string
리턴 void

DisplayPermission() 공개 메소드

Display a permission in standard format; strike it if its not available
public DisplayPermission ( string perm, bool allow ) : string
perm string Permission name
allow bool true to allow
리턴 string

ForcePasswordButton_Click() 보호된 메소드

Force the user password to the specified value
protected ForcePasswordButton_Click ( object sender, EventArgs e ) : void
sender object source
e EventArgs event
리턴 void

GeneratePassword() 공개 메소드

Randomly generate a password
public GeneratePassword ( ) : string
리턴 string

GeneratePasswordButton_Click() 보호된 메소드

Generate a new password for the user; display in the new password box
protected GeneratePasswordButton_Click ( object sender, EventArgs e ) : void
sender object source
e EventArgs event
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

fz 보호되어 있는 프로퍼티

Object for accessing the filezilla configuration
protected Filezilla, fz
리턴 Filezilla,

fzu 보호되어 있는 프로퍼티

Target user object
protected FilezillaUser, fzu
리턴 FilezillaUser,

userName 보호되어 있는 프로퍼티

Identifies the target
protected string userName
리턴 string

webSettings 보호되어 있는 프로퍼티

object for accessing the site configuration
protected WebSettings, webSettings
리턴 WebSettings,