C# Class Open.Core.Helpers.ScriptNames

Index of script names.
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Properties

Property Type Description
Core string
CoreControls string
CoreLists string
JQuery string
JQueryCookie string
JQueryUi string

Public Methods

Method Description
ToName ( ScriptLibrary library ) : string

Retrives the of the file corresponding to the given library.

Url ( ScriptLibrary library ) : string

Get the URL for the given library.

Method Details

ToName() public method

Retrives the of the file corresponding to the given library.
public ToName ( ScriptLibrary library ) : string
library ScriptLibrary Flag for the library to retreive.
return string

Url() public method

Get the URL for the given library.
public Url ( ScriptLibrary library ) : string
library ScriptLibrary Flag for the library to retreive.
return string

Property Details

Core public_oe static_oe property

public static string Core
return string

CoreControls public_oe static_oe property

public static string CoreControls
return string

CoreLists public_oe static_oe property

public static string CoreLists
return string

JQuery public_oe static_oe property

public static string JQuery
return string

JQueryCookie public_oe static_oe property

public static string JQueryCookie
return string

JQueryUi public_oe static_oe property

public static string JQueryUi
return string