Ext.Net.MVC.Demo.Models.Shipper.Shipper C# (CSharp) Méthode

Shipper() public méthode

public Shipper ( ) : System.Data.Linq
Résultat System.Data.Linq
		public Shipper()
		{
			this._Orders = new EntitySet<Order>(new Action<Order>(this.attach_Orders), new Action<Order>(this.detach_Orders));
			OnCreated();
		}