C# Class Ext.Net.MVC.Examples.Areas.Associations_HasOne.Models.Person

Datei anzeigen Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
Person ( int id, string name, Address address )

Method Details

Person() public method

public Person ( int id, string name, Address address )
id int
name string
address Address