C# 클래스 Nettiers.AdventureWorks.Entities.Validation.ValidationRuleArgs

Object that provides additional information about an validation rule.
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

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