C# Class Open.Core.Helpers.ScriptNames

Index of script names.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Свойство Type Description
Core string
CoreControls string
CoreLists string
JQuery string
JQueryCookie string
JQueryUi string

Méthodes publiques

Méthode 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 méthode

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

Url() public méthode

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

Property Details

Core public_oe static_oe property

public static string Core
Résultat string

CoreControls public_oe static_oe property

public static string CoreControls
Résultat string

CoreLists public_oe static_oe property

public static string CoreLists
Résultat string

JQuery public_oe static_oe property

public static string JQuery
Résultat string

JQueryCookie public_oe static_oe property

public static string JQueryCookie
Résultat string

JQueryUi public_oe static_oe property

public static string JQueryUi
Résultat string