C# 클래스 N2.Edit.FileSystem.File1

파일 보기 프로젝트 열기: bherila/n2cms

보호된 프로퍼티들

프로퍼티 타입 설명
Ancestors IEnumerable

보호된 메소드들

메소드 설명
GetFileSize ( long size ) : string
OnCancelCommand ( object sender, CommandEventArgs e ) : void
OnDownloadCommand ( object sender, CommandEventArgs e ) : void
OnEditCommand ( object sender, CommandEventArgs e ) : void
OnInit ( EventArgs e ) : void
OnSaveCommand ( object sender, CommandEventArgs e ) : void
RegisterToolbarSelection ( ) : void

비공개 메소드들

메소드 설명
GetSizeText ( int w, int h ) : string
LoadSizes ( ) : void

메소드 상세

GetFileSize() 보호된 메소드

protected GetFileSize ( long size ) : string
size long
리턴 string

OnCancelCommand() 보호된 메소드

protected OnCancelCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

OnDownloadCommand() 보호된 메소드

protected OnDownloadCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

OnEditCommand() 보호된 메소드

protected OnEditCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnSaveCommand() 보호된 메소드

protected OnSaveCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

RegisterToolbarSelection() 보호된 메소드

protected RegisterToolbarSelection ( ) : void
리턴 void

프로퍼티 상세

Ancestors 보호되어 있는 프로퍼티

protected IEnumerable Ancestors
리턴 IEnumerable