C# Class Epiworx.Core.Validation.DateRequired

Inheritance: Csla.Rules.CommonRules.CommonBusinessRule
Datei anzeigen Open project: mattruma/epiworx-csla

Public Methods

Method Description
DateRequired ( Csla primaryProperty ) : System
DateRequired ( Csla primaryProperty, System.DateTime minValue, System.DateTime maxValue ) : System

Protected Methods

Method Description
Execute ( Csla context ) : void

Method Details

DateRequired() public method

public DateRequired ( Csla primaryProperty ) : System
primaryProperty Csla
return System

DateRequired() public method

public DateRequired ( Csla primaryProperty, System.DateTime minValue, System.DateTime maxValue ) : System
primaryProperty Csla
minValue System.DateTime
maxValue System.DateTime
return System

Execute() protected method

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