Interface ICustomValidator

Describes the common functionality of all the validators.

Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface ICustomValidator

Properties

SupportsNull

Returns true if the validator can handle NULL values.

Declaration
bool SupportsNull { get; }
Property Value
Type Description
Boolean
In This Article
Back to top Generated by DocFX