Crosstales.BWF.Model.BadWords Class Reference

Model for a source of bad words. More...

Public Member Functions

 BadWords (Crosstales.BWF.Data.Source source, System.Collections.Generic.IEnumerable< string > badWordList)
 Instantiate the class. More...
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Public Attributes

Crosstales.BWF.Data.Source Source
 Source-object. More...
 
System.Collections.Generic.List< string > BadWordList = new System.Collections.Generic.List<string>()
 List of all bad words (RegEx). More...
 

Detailed Description

Model for a source of bad words.

Constructor & Destructor Documentation

◆ BadWords()

Crosstales.BWF.Model.BadWords.BadWords ( Crosstales.BWF.Data.Source  source,
System.Collections.Generic.IEnumerable< string >  badWordList 
)

Instantiate the class.

Parameters
sourceSource-object.
badWordListList of all bad words (RegEx).

Member Data Documentation

◆ BadWordList

System.Collections.Generic.List<string> Crosstales.BWF.Model.BadWords.BadWordList = new System.Collections.Generic.List<string>()

List of all bad words (RegEx).

◆ Source

Crosstales.BWF.Data.Source Crosstales.BWF.Model.BadWords.Source

Source-object.


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/BWFPro/BWFPro/Assets/Plugins/crosstales/BadWordFilter/Scripts/Model/BadWords.cs