C# Class ShiftRight.Web.Attributes.Validation.WebImageFileAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Show file Open project: shiftright/scg-heim

Public Properties

Property Type Description
WebImages string[]

Public Methods

Method Description
IsValid ( object value ) : bool
WebImageFileAttribute ( ) : System

Method Details

IsValid() public method

public IsValid ( object value ) : bool
value object
return bool

WebImageFileAttribute() public method

public WebImageFileAttribute ( ) : System
return System

Property Details

WebImages public static property

public static string[] WebImages
return string[]