Interface IValueValidatorFactory
Namespace: Volo.Abp.FeatureManagement.JsonConverters
Assembly: Volo.Abp.FeatureManagement.Domain.Shared.dll
Syntax
public interface IValueValidatorFactory
Methods
CanCreate(string)
Declaration
bool CanCreate(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
bool |
Create()
Declaration
IValueValidator Create()
Returns
Type | Description |
---|---|
IValueValidator |