C# Class Epiworx.Core.Validation.DateTimeRequired

Inheritance: Csla.Rules.CommonRules.CommonBusinessRule
Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode Description
DateTimeRequired ( Csla primaryProperty ) : System
DateTimeRequired ( Csla primaryProperty, System.DateTime minValue, System.DateTime maxValue ) : System

Méthodes protégées

Méthode Description
Execute ( Csla context ) : void

Method Details

DateTimeRequired() public méthode

public DateTimeRequired ( Csla primaryProperty ) : System
primaryProperty Csla
Résultat System

DateTimeRequired() public méthode

public DateTimeRequired ( Csla primaryProperty, System.DateTime minValue, System.DateTime maxValue ) : System
primaryProperty Csla
minValue System.DateTime
maxValue System.DateTime
Résultat System

Execute() protected méthode

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