C# Class Patcher.Rules.Compiled.Helpers.FormsHelper

Inheritance: IFormsHelper
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
Find ( string editorId ) : IForm
Find ( string plugin, uint formId ) : IForm
Find ( uint formId ) : IForm
FindAll ( ) : IFormCollection
FindAllHavingTag ( string text ) : IFormCollection
FormsHelper ( CompiledRuleContext context ) : System

Method Details

Find() public méthode

public Find ( string editorId ) : IForm
editorId string
Résultat IForm

Find() public méthode

public Find ( string plugin, uint formId ) : IForm
plugin string
formId uint
Résultat IForm

Find() public méthode

public Find ( uint formId ) : IForm
formId uint
Résultat IForm

FindAll() public méthode

public FindAll ( ) : IFormCollection
Résultat IFormCollection

FindAllHavingTag() public méthode

public FindAllHavingTag ( string text ) : IFormCollection
text string
Résultat IFormCollection

FormsHelper() public méthode

public FormsHelper ( CompiledRuleContext context ) : System
context CompiledRuleContext
Résultat System