C# Class ExpressiveAnnotations.MvcWebSample.Models.Query

Mostra file Open project: jwaliszko/ExpressiveAnnotations Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

AddYears() public method

public AddYears ( System.DateTime from, int years ) : System.DateTime
from System.DateTime
years int
return System.DateTime

IsBloodType() public method

public IsBloodType ( string group ) : bool
group string
return bool

Query() public method

public Query ( ) : System
return System