C# Class Patcher.Rules.TagManager

Mostrar archivo Open project: unforbidable/patcher Class Usage Examples

Public Methods

Method Description
AllHavingTag ( string text ) : IEnumerable
HasTag ( string text, uint formId ) : bool
Tag ( string text, uint formId ) : void
TagAll ( string text, IEnumerable formIds ) : void

Private Methods

Method Description
Clear ( ) : void
TagManager ( RuleEngine engine ) : System

Method Details

AllHavingTag() public method

public AllHavingTag ( string text ) : IEnumerable
text string
return IEnumerable

HasTag() public method

public HasTag ( string text, uint formId ) : bool
text string
formId uint
return bool

Tag() public method

public Tag ( string text, uint formId ) : void
text string
formId uint
return void

TagAll() public method

public TagAll ( string text, IEnumerable formIds ) : void
text string
formIds IEnumerable
return void