Class WebManagerPage
All pages in Apex derive from this one
Inheritance
System.Object
WebManagerPage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Azos.Sky.WebManager.dll
Syntax
public abstract class WebManagerPage : WebManagerTemplate, ITemplate
Fields
AWM_JS
Declaration
protected static readonly string AWM_JS
Field Value
Type |
Description |
System.String |
|
BASE_CSS
Declaration
protected static readonly string BASE_CSS
Field Value
Type |
Description |
System.String |
|
DEFAULT_DESCRIPTION
Declaration
public const string DEFAULT_DESCRIPTION = "Manage Azos Sky"
Field Value
Type |
Description |
System.String |
|
DEFAULT_KEYWORDS
Declaration
public const string DEFAULT_KEYWORDS = "Azos, Sky, Management"
Field Value
Type |
Description |
System.String |
|
DEFAULT_VIEWPORT
Declaration
public const string DEFAULT_VIEWPORT = "width=device-width, initial-scale=1.0, user-scalable=no"
Field Value
Type |
Description |
System.String |
|
FAVICON_ICO
Declaration
protected static readonly string FAVICON_ICO
Field Value
Type |
Description |
System.String |
|
FAVICON_PNG
Declaration
protected static readonly string FAVICON_PNG
Field Value
Type |
Description |
System.String |
|
JQUERY_JS
Declaration
protected static readonly string JQUERY_JS
Field Value
Type |
Description |
System.String |
|
MASTER_CSS
Declaration
protected static readonly string MASTER_CSS
Field Value
Type |
Description |
System.String |
|
MASTER_JS
Declaration
protected static readonly string MASTER_JS
Field Value
Type |
Description |
System.String |
|
WV_CHART_JS
Declaration
protected static readonly string WV_CHART_JS
Field Value
Type |
Description |
System.String |
|
WV_GUI_JS
Declaration
protected static readonly string WV_GUI_JS
Field Value
Type |
Description |
System.String |
|
WV_JS
Declaration
protected static readonly string WV_JS
Field Value
Type |
Description |
System.String |
|
Properties
App
Declaration
public ISkyApplication App { get; }
Property Value
Description
Declaration
public virtual string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Keywords
Declaration
public virtual string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Localizer
Declaration
public Localizer Localizer { get; }
Property Value
Title
Declaration
public virtual string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Viewport
Declaration
public virtual string Viewport { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
FormJSON(Form, Exception, String, String)
Declaration
public string FormJSON(Form form, Exception validationError = null, string recID = null, string target = null)
Parameters
Type |
Name |
Description |
Form |
form |
|
System.Exception |
validationError |
|
System.String |
recID |
|
System.String |
target |
|
Returns
Type |
Description |
System.String |
|
Outputs menu HREF for menu A with optional "selectedPage" class
Declaration
public void MenuHREF<TPage>(string uri)
Parameters
Type |
Name |
Description |
System.String |
uri |
|
Type Parameters
Implements
Extension Methods