Crosstales.BWF.Model.Domains Class Reference

Model for a source of domains. More...

Public Member Functions

 Domains (Crosstales.BWF.Data.Source source, System.Collections.Generic.IEnumerable< string > domainList)
 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 > DomainList = new System.Collections.Generic.List<string>()
 List of all domains (RegEx). More...
 

Detailed Description

Model for a source of domains.

Constructor & Destructor Documentation

◆ Domains()

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

Instantiate the class.

Parameters
sourceSource-object.
domainListList of all domains (RegEx).

Member Data Documentation

◆ DomainList

System.Collections.Generic.List<string> Crosstales.BWF.Model.Domains.DomainList = new System.Collections.Generic.List<string>()

List of all domains (RegEx).

◆ Source

Crosstales.BWF.Data.Source Crosstales.BWF.Model.Domains.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/Domains.cs