C# Class Epiworx.Core.Validation.DateTimeRequired

Inheritance: Csla.Rules.CommonRules.CommonBusinessRule
Mostra file Open project: mattruma/epiworx-csla

Public Methods

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

Protected Methods

Method Description
Execute ( Csla context ) : void

Method Details

DateTimeRequired() public method

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

DateTimeRequired() public method

public DateTimeRequired ( 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