C# Class ClearCanvas.Desktop.Validation.ValidationMethodForAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jasper-yeh/ClearCanvas

Méthodes publiques

Méthode Description
ValidationMethodForAttribute ( string propertyName ) : System

Constructor.

Private Methods

Méthode Description
CheckMethodSignature ( MethodInfo method ) : void
CreateRule ( MethodInfo method ) : IValidationRule

Factory method that creates an IValidationRule for the property with the name PropertyName.

Method Details

ValidationMethodForAttribute() public méthode

Constructor.
public ValidationMethodForAttribute ( string propertyName ) : System
propertyName string The property the decorated method is intended to validate.
Résultat System