コード例 #1
0
		private void detach_estados(estado entity)
		{
			this.SendPropertyChanging();
			entity.pai = null;
		}
コード例 #2
0
		private void attach_estados(estado entity)
		{
			this.SendPropertyChanging();
			entity.pai = this;
		}
コード例 #3
0
 partial void Updateestado(estado instance);
コード例 #4
0
 partial void Deleteestado(estado instance);
コード例 #5
0
 partial void Insertestado(estado instance);