Example #1
0
	private void detach_ITAssetProductInfos(ITAssetProductInfo entity)
	{
		this.SendPropertyChanging();
		entity.Section = null;
	}
Example #2
0
 partial void DeleteITAssetProductInfo(ITAssetProductInfo instance);
Example #3
0
 partial void UpdateITAssetProductInfo(ITAssetProductInfo instance);
Example #4
0
 partial void InsertITAssetProductInfo(ITAssetProductInfo instance);
Example #5
0
	private void attach_ITAssetProductInfos(ITAssetProductInfo entity)
	{
		this.SendPropertyChanging();
		entity.Location = this;
	}
Example #6
0
	private void attach_ITAssetProductInfos(ITAssetProductInfo entity)
	{
		this.SendPropertyChanging();
		entity.ITAssetSubType = this;
	}