C# Class afung.MangaWeb3.Client.Template

Template class. Manage all template loading and parsing
Mostrar archivo Open project: a-fung/MangaWeb3

Public Properties

Property Type Description
TemplateIds string[]>.Dictionary
Templates string[]

Private Properties

Property Type Description
Get jQueryObject

Public Methods

Method Description
Get ( string template, string templateId, bool removeId ) : jQueryObject
LoadTemplateFile ( System.Action successCallback, Action failureCallback ) : void

Private Methods

Method Description
Get ( string template, string templateId ) : jQueryObject

Method Details

Get() public static method

public static Get ( string template, string templateId, bool removeId ) : jQueryObject
template string
templateId string
removeId bool
return jQueryObject

LoadTemplateFile() public static method

public static LoadTemplateFile ( System.Action successCallback, Action failureCallback ) : void
successCallback System.Action
failureCallback Action
return void

Property Details

TemplateIds public_oe static_oe property

The IDs in template files to parse The order of the IDs matters!
public static Dictionary TemplateIds
return string[]>.Dictionary

Templates public_oe static_oe property

The template files to load
public static string[] Templates
return string[]