C# Class ModelBuilder.UnitTests.Person

Inheritance: Entity
Datei anzeigen Open project: roryprimrose/ModelBuilder Class Usage Examples

Public Properties

Property Type Description
MinAge int

Public Methods

Method Description
DoSomething ( ) : object
Person ( ) : System
Person ( Entity entity ) : System
Person ( string firstName, string lastName, System.DateTime dob, bool isActive, System.Guid id, int priority ) : System

Method Details

DoSomething() public method

public DoSomething ( ) : object
return object

Person() public method

public Person ( ) : System
return System

Person() public method

public Person ( Entity entity ) : System
entity Entity
return System

Person() public method

public Person ( string firstName, string lastName, System.DateTime dob, bool isActive, System.Guid id, int priority ) : System
firstName string
lastName string
dob System.DateTime
isActive bool
id System.Guid
priority int
return System

Property Details

MinAge public_oe property

public int MinAge
return int