C# Класс ClearCanvas.Desktop.Validation.ValidationMethodForAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
ValidationMethodForAttribute ( string propertyName ) : System

Constructor.

Приватные методы

Метод Описание
CheckMethodSignature ( MethodInfo method ) : void
CreateRule ( MethodInfo method ) : IValidationRule

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

Описание методов

ValidationMethodForAttribute() публичный Метод

Constructor.
public ValidationMethodForAttribute ( string propertyName ) : System
propertyName string The property the decorated method is intended to validate.
Результат System