C# Class Patcher.Rules.TagManager

Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Clear ( ) : void
TagManager ( RuleEngine engine ) : System

Method Details

AllHavingTag() public méthode

public AllHavingTag ( string text ) : IEnumerable
text string
Résultat IEnumerable

HasTag() public méthode

public HasTag ( string text, uint formId ) : bool
text string
formId uint
Résultat bool

Tag() public méthode

public Tag ( string text, uint formId ) : void
text string
formId uint
Résultat void

TagAll() public méthode

public TagAll ( string text, IEnumerable formIds ) : void
text string
formIds IEnumerable
Résultat void