CdnLink.CdnReceivedFtpFile.attach_CdnReceivedLoads C# (CSharp) Method

attach_CdnReceivedLoads() private method

private attach_CdnReceivedLoads ( CdnReceivedLoad entity ) : void
entity CdnReceivedLoad
return void
		private void attach_CdnReceivedLoads(CdnReceivedLoad entity)
		{
			this.SendPropertyChanging();
			entity.CdnReceivedFtpFile = this;
		}