@nospamproxy/core
Preparing search index...
common/validation/DomainOrIpv4Rule
DomainOrIpv4Rule
Class DomainOrIpv4Rule
Custom rule for domain or ipv4 validation.
Hierarchy
BaseValidationRule
DomainOrIpv4Rule
Index
Constructors
constructor
Methods
execute
Constructors
constructor
new
DomainOrIpv4Rule
(
logger
?:
ILogger
|
null
)
:
DomainOrIpv4Rule
Parameters
logger
:
ILogger
|
null
= null
Returns
DomainOrIpv4Rule
Methods
execute
execute
(
value
:
string
,
object
?:
IValidateable
)
:
boolean
Parameters
value
:
string
Optional
object
:
IValidateable
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
@nospamproxy/core
Loading...
Custom rule for domain or ipv4 validation.