All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.servicestack.client.Validate Maven / Gradle / Ivy

The newest version!
package net.servicestack.client;

public @interface Validate {
    /// 
    /// Expression to create a validator registered in Validators.Types
    /// 
    public String Validator() default "";

    /// 
    /// Boolean #Script Code Expression to Test
    /// 
    public String Condition() default "";

    /// 
    /// Custom ErrorCode to return
    /// 
    public String ErrorCode() default "";

    /// 
    /// FluentValidation Error Message
    /// 
    public String Message() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy