BusinessRule Constructor (propertyName, errorMessage)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 BusinessRule Constructor (propertyName, errorMessage)
Patterns-In-Action! ApplicationBusinessObjects.BusinessRulesBusinessRuleBusinessRule(String, String)
Overloaded constructor
Declaration Syntax
C# Visual Basic
public BusinessRule(
	string propertyName,
	string errorMessage
)
Public Sub New ( _
	propertyName As String, _
	errorMessage As String _
)
Parameters
propertyName (String)
The property name to which rule applies.
errorMessage (String)
The error message.

Assembly: BusinessObjects (Module: BusinessObjects) Version: 1.0.0.0 (1.0.0.0)