Interface IFieldValidator
Represents a validator of a field for a ContentType.
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public interface IFieldValidator
Methods
CreateValidator()
Creates a representation of this validator that can be easily serialized.
Declaration
object CreateValidator()
Returns
Type | Description |
---|---|
System.Object | The object to serialize. |