C# Класс afung.MangaWeb3.Client.Template

Template class. Manage all template loading and parsing
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TemplateIds string[]>.Dictionary
Templates string[]

Private Properties

Свойство Тип Описание
Get jQueryObject

Открытые методы

Метод Описание
Get ( string template, string templateId, bool removeId ) : jQueryObject
LoadTemplateFile ( System.Action successCallback, Action failureCallback ) : void

Приватные методы

Метод Описание
Get ( string template, string templateId ) : jQueryObject

Описание методов

Get() публичный статический Метод

public static Get ( string template, string templateId, bool removeId ) : jQueryObject
template string
templateId string
removeId bool
Результат jQueryObject

LoadTemplateFile() публичный статический Метод

public static LoadTemplateFile ( System.Action successCallback, Action failureCallback ) : void
successCallback System.Action
failureCallback Action
Результат void

Описание свойств

TemplateIds публичное статическое свойство

The IDs in template files to parse The order of the IDs matters!
public static Dictionary TemplateIds
Результат string[]>.Dictionary

Templates публичное статическое свойство

The template files to load
public static string[] Templates
Результат string[]