C# 클래스 Patcher.Rules.Compiled.Helpers.FormsHelper

상속: IFormsHelper
파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
Find ( string editorId ) : IForm
Find ( string plugin, uint formId ) : IForm
Find ( uint formId ) : IForm
FindAll ( ) : IFormCollection
FindAllHavingTag ( string text ) : IFormCollection
FormsHelper ( CompiledRuleContext context ) : System

메소드 상세

Find() 공개 메소드

public Find ( string editorId ) : IForm
editorId string
리턴 IForm

Find() 공개 메소드

public Find ( string plugin, uint formId ) : IForm
plugin string
formId uint
리턴 IForm

Find() 공개 메소드

public Find ( uint formId ) : IForm
formId uint
리턴 IForm

FindAll() 공개 메소드

public FindAll ( ) : IFormCollection
리턴 IFormCollection

FindAllHavingTag() 공개 메소드

public FindAllHavingTag ( string text ) : IFormCollection
text string
리턴 IFormCollection

FormsHelper() 공개 메소드

public FormsHelper ( CompiledRuleContext context ) : System
context CompiledRuleContext
리턴 System