| Package | org.restfulx.validators |
| Class | public class ServiceErrorValidator |
| Inheritance | ServiceErrorValidator mx.validators.Validator |
| Property | Defined by | ||
|---|---|---|---|
| field : String field that the errors are for
| ServiceErrorValidator | ||
| serviceErrors : IServiceErrors
[write-only]
Set the errors and do validation
| ServiceErrorValidator | ||
| Method | Defined by | ||
|---|---|---|---|
| ServiceErrorValidator | |||
| Method | Defined by | ||
|---|---|---|---|
|
doValidation(value:Object):Array
| ServiceErrorValidator | ||
| field | property |
public var field:Stringfield that the errors are for
| serviceErrors | property |
serviceErrors:IServiceErrors [write-only]Set the errors and do validation
Implementation public function set serviceErrors(value:IServiceErrors):void
| ServiceErrorValidator | () | constructor |
public function ServiceErrorValidator()
| doValidation | () | method |
protected override function doValidation(value:Object):ArrayParameters
value:Object |
Array |
See also