C# Класс Nettiers.AdventureWorks.Entities.Validation.ValidationRuleArgs

Object that provides additional information about an validation rule.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ToString ( ) : string

Return a string representation of the object.

ValidationRuleArgs ( string propertyName ) : System

Creates an instance of the object

ValidationRuleArgs ( string propertyName, string friendlyName ) : System

Creates an instance of the object

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

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

Return a string representation of the object.
public ToString ( ) : string
Результат string

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

Creates an instance of the object
public ValidationRuleArgs ( string propertyName ) : System
propertyName string The name of the property to be validated.
Результат System

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

Creates an instance of the object
public ValidationRuleArgs ( string propertyName, string friendlyName ) : System
propertyName string The name of the property to be validated.
friendlyName string Friendly name to use in the validation error text.
Результат System