Crosstales.BWF.Provider.IProvider Interface Reference

Interface for all providers. More...

Inheritance diagram for Crosstales.BWF.Provider.IProvider:
Crosstales.BWF.Provider.BaseProvider Crosstales.BWF.Provider.BadWordProvider Crosstales.BWF.Provider.DomainProvider Crosstales.BWF.Provider.BadWordProviderText Crosstales.BWF.Provider.DomainProviderText

Public Member Functions

void Load ()
 Loads all sources. More...
 
void Save ()
 Saves all sources. More...
 
System.Collections.Generic.List< string > Verify (Crosstales.BWF.Data.Source source)
 Verify a source. More...
 

Properties

bool isReady [get, set]
 Checks the readiness status of the provider. More...
 

Detailed Description

Interface for all providers.

Member Function Documentation

◆ Load()

◆ Save()

void Crosstales.BWF.Provider.IProvider.Save ( )

◆ Verify()

System.Collections.Generic.List<string> Crosstales.BWF.Provider.IProvider.Verify ( Crosstales.BWF.Data.Source  source)

Verify a source.

Returns
An empty list if no errors are found, otherwise all the failed regexes.

Implemented in Crosstales.BWF.Provider.BaseProvider.

Property Documentation

◆ isReady

bool Crosstales.BWF.Provider.IProvider.isReady
getset

Checks the readiness status of the provider.

Returns
True if the provider is ready.

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