C# Class API_11.Validator.ArrayValidationAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: BarlowDu/WebAPI

Méthodes publiques

Свойство Type Description
_list object[]

Méthodes publiques

Méthode Description
ArrayValidationAttribute ( ) : System
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool

Method Details

ArrayValidationAttribute() public méthode

public ArrayValidationAttribute ( ) : System
Résultat System

FormatErrorMessage() public méthode

public FormatErrorMessage ( string name ) : string
name string
Résultat string

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool

Property Details

_list public_oe property

public object[] _list
Résultat object[]