C# Class WebRole.ElmcityController

Inheritance: Controller
Afficher le fichier Open project: judell/elmcity Class Usage Examples

Méthodes publiques

Свойство Type Description
UTF8 System.Text.UTF8Encoding
domain_name string
procid int
procname string
settings string>.Dictionary
smartphone_screen_dimensions int>.Dictionary
themes Dictionary>
thread_id int

Méthodes publiques

Méthode Description
Authenticated ( ) : string
Authenticated ( string id ) : string
ElmcityController ( ) : System
GetObjectFromCacheOrWeb ( AspNetCache cache, string key, string url ) : byte[]
InsertIntoCache ( AspNetCache cache, byte bytes, ElmcityCacheDependency dependency, string key ) : void
MaybeCacheDependentObject ( string url, string base_key ) : void

Méthodes protégées

Méthode Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Method Details

Authenticated() public méthode

public Authenticated ( ) : string
Résultat string

Authenticated() public méthode

public Authenticated ( string id ) : string
id string
Résultat string

ElmcityController() public méthode

public ElmcityController ( ) : System
Résultat System

GetObjectFromCacheOrWeb() public méthode

public GetObjectFromCacheOrWeb ( AspNetCache cache, string key, string url ) : byte[]
cache ElmcityUtils.AspNetCache
key string
url string
Résultat byte[]

InsertIntoCache() public méthode

public InsertIntoCache ( AspNetCache cache, byte bytes, ElmcityCacheDependency dependency, string key ) : void
cache ElmcityUtils.AspNetCache
bytes byte
dependency ElmcityUtils.ElmcityCacheDependency
key string
Résultat void

MaybeCacheDependentObject() public méthode

public MaybeCacheDependentObject ( string url, string base_key ) : void
url string
base_key string
Résultat void

OnException() protected méthode

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void

Property Details

UTF8 public_oe static_oe property

public static UTF8Encoding,System.Text UTF8
Résultat System.Text.UTF8Encoding

domain_name public_oe static_oe property

public static string domain_name
Résultat string

procid public_oe static_oe property

public static int procid
Résultat int

procname public_oe static_oe property

public static string procname
Résultat string

settings public_oe static_oe property

public static Dictionary settings
Résultat string>.Dictionary

smartphone_screen_dimensions public_oe static_oe property

public static Dictionary smartphone_screen_dimensions
Résultat int>.Dictionary

themes public_oe static_oe property

public static Dictionary> themes
Résultat Dictionary>

thread_id public_oe static_oe property

public static int thread_id
Résultat int