C# Class ExpressiveAnnotations.MvcWebSample.Models.Query

Afficher le fichier Open project: jwaliszko/ExpressiveAnnotations Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddYears ( System.DateTime from, int years ) : System.DateTime
IsBloodType ( string group ) : bool
Query ( ) : System

Method Details

AddYears() public méthode

public AddYears ( System.DateTime from, int years ) : System.DateTime
from System.DateTime
years int
Résultat System.DateTime

IsBloodType() public méthode

public IsBloodType ( string group ) : bool
group string
Résultat bool

Query() public méthode

public Query ( ) : System
Résultat System