C# Class Epiworx.Core.Validation.PropertiesMustMatch

Inheritance: CommonBusinessRule
Mostra file Open project: mattruma/epiworx-csla

Private Properties

Property Type Description

Public Methods

Method Description
PropertiesMustMatch ( IPropertyInfo primaryProperty, IPropertyInfo compareToProperty ) : System

Protected Methods

Method Description
Execute ( RuleContext context ) : void

Method Details

Execute() protected method

protected Execute ( RuleContext context ) : void
context RuleContext
return void

PropertiesMustMatch() public method

public PropertiesMustMatch ( IPropertyInfo primaryProperty, IPropertyInfo compareToProperty ) : System
primaryProperty IPropertyInfo
compareToProperty IPropertyInfo
return System