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

Inheritance: IFormsHelper
Show file Open project: unforbidable/patcher

Public Methods

Method 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 method

public Find ( string editorId ) : IForm
editorId string
return IForm

Find() public method

public Find ( string plugin, uint formId ) : IForm
plugin string
formId uint
return IForm

Find() public method

public Find ( uint formId ) : IForm
formId uint
return IForm

FindAll() public method

public FindAll ( ) : IFormCollection
return IFormCollection

FindAllHavingTag() public method

public FindAllHavingTag ( string text ) : IFormCollection
text string
return IFormCollection

FormsHelper() public method

public FormsHelper ( CompiledRuleContext context ) : System
context CompiledRuleContext
return System