C# 클래스 Ext.Net.ScriptClass

상속: IScriptable, IResourceManager
파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
AddScript void
Call void
CallTemplate void
FormatArgs string
FormatCall string
FormatCallTemplate string
Render void
Set void
ToScript string

비공개 메소드들

메소드 설명
AddScript ( string template ) : void
Call ( string name ) : void
CallTemplate ( string template, string name ) : void
FormatArgs ( object args ) : string
FormatCall ( string name ) : string
FormatCallTemplate ( string template, string name ) : string
Render ( ) : void
Set ( string name, object value ) : void
ToScript ( ) : string