C# Class Epiworx.Core.Validation.DecimalRequired

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

Public Methods

Method Description
DecimalRequired ( Csla primaryProperty, decimal emptyValue ) : System

Protected Methods

Method Description
Execute ( Csla context ) : void

Method Details

DecimalRequired() public method

public DecimalRequired ( Csla primaryProperty, decimal emptyValue ) : System
primaryProperty Csla
emptyValue decimal
return System

Execute() protected method

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