Nettiers.AdventureWorks.Entities.Validation.ValidationRuleArgs.ValidationRuleArgs C# (CSharp) Method

ValidationRuleArgs() public method

Creates an instance of the object
public ValidationRuleArgs ( string propertyName ) : System
propertyName string The name of the property to be validated.
return System
		public ValidationRuleArgs(string propertyName)
		{
			_propertyName = propertyName;
			_friendlyName = propertyName;
		}

Same methods

ValidationRuleArgs::ValidationRuleArgs ( string propertyName, string friendlyName ) : System