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