CdnLink.CdnSendLoad.CdnSendLoad C# (CSharp) Method

CdnSendLoad() public method

public CdnSendLoad ( ) : System.Data.Linq
return System.Data.Linq
		public CdnSendLoad()
		{
			this._CdnSend = default(EntityRef<CdnSend>);
			this._CdnSendVehicles = new EntitySet<CdnSendVehicle>(new Action<CdnSendVehicle>(this.attach_CdnSendVehicles), new Action<CdnSendVehicle>(this.detach_CdnSendVehicles));
			OnCreated();
		}
		
CdnSendLoad