Exemplo n.º 1
0
 partial void DeleteOnLineCode(OnlineCode instance);
Exemplo n.º 2
0
 partial void UpdateOnLineCode(OnlineCode instance);
Exemplo n.º 3
0
 partial void InsertOnLineCode(OnlineCode instance);
Exemplo n.º 4
0
	private void detach_OnLineCodes(OnlineCode entity)
	{
		this.SendPropertyChanging();
		entity.City = null;
	}
Exemplo n.º 5
0
	private void attach_OnLineCodes(OnlineCode entity)
	{
		this.SendPropertyChanging();
		entity.Category = this;
	}
Exemplo n.º 6
0
    private void detach_OnlineCodes(OnlineCode  entity)
	{
		this.SendPropertyChanging(); 
		/////entity.Business = null;
	}}