C# Class Epiworx.Core.Validation.IntegerRequired

Inheritance: CommonBusinessRule
Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode Description
IntegerRequired ( Csla primaryProperty, int emptyValue ) : System
IntegerRequired ( IPropertyInfo primaryProperty ) : System

Méthodes protégées

Méthode Description
Execute ( RuleContext context ) : void

Method Details

Execute() protected méthode

protected Execute ( RuleContext context ) : void
context RuleContext
Résultat void

IntegerRequired() public méthode

public IntegerRequired ( Csla primaryProperty, int emptyValue ) : System
primaryProperty Csla
emptyValue int
Résultat System

IntegerRequired() public méthode

public IntegerRequired ( IPropertyInfo primaryProperty ) : System
primaryProperty IPropertyInfo
Résultat System