Property | Type | Description | |
---|---|---|---|
MinAge | int |
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 |
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 |