C# Class SweetVids.Core.Validation.MaximumStringLengthAttribute

Inheritance: ValidationAttribute
Afficher le fichier Open project: rauhryan/sweetvids

Méthodes publiques

Свойство Type Description
GetMessage Func

Méthodes publiques

Méthode Description
GetLength ( PropertyInfo property ) : int
MaximumStringLengthAttribute ( int length ) : System

Méthodes protégées

Méthode Description
validate ( object target, object rawValue, INotification notification ) : void

Method Details

GetLength() public static méthode

public static GetLength ( PropertyInfo property ) : int
property System.Reflection.PropertyInfo
Résultat int

MaximumStringLengthAttribute() public méthode

public MaximumStringLengthAttribute ( int length ) : System
length int
Résultat System

validate() protected méthode

protected validate ( object target, object rawValue, INotification notification ) : void
target object
rawValue object
notification INotification
Résultat void

Property Details

GetMessage public_oe static_oe property

public static Func GetMessage
Résultat Func