C# Class SenseNet.Portal.UI.SNScriptLoader

Exibir arquivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
AddScript ( string relPath ) : void
Current ( System page ) : SNScriptLoader

Private Methods

Method Description
AddDependencies ( string relPath ) : void
CacheDeps ( string requestedBy, IEnumerable deps ) : void
GetDependencies ( string relPath ) : IEnumerable
GetScriptsToLoad ( ) : IEnumerable
IsAbsoluteScriptPath ( string path ) : bool
SNScriptLoader ( ) : System

Method Details

AddScript() public method

public AddScript ( string relPath ) : void
relPath string
return void

Current() public static method

public static Current ( System page ) : SNScriptLoader
page System
return SNScriptLoader