コード例 #1
0
 partial void UpdateMstPayType(MstPayType instance);
コード例 #2
0
 partial void InsertMstPayType(MstPayType instance);
コード例 #3
0
		private void detach_MstPayTypes(MstPayType entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount = null;
		}
コード例 #4
0
		private void detach_MstPayTypes1(MstPayType entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = null;
		}
コード例 #5
0
		private void attach_MstPayTypes(MstPayType entity)
		{
			this.SendPropertyChanging();
			entity.MstUser = this;
		}
コード例 #6
0
 partial void DeleteMstPayType(MstPayType instance);