コード例 #1
0
		private void detach_ScribedSpells(ScribedSpell entity)
		{
			this.SendPropertyChanging();
			entity.Character = null;
		}
コード例 #2
0
		private void attach_ScribedSpells(ScribedSpell entity)
		{
			this.SendPropertyChanging();
			entity.Spell = this;
		}
コード例 #3
0
 partial void UpdateScribedSpell(ScribedSpell instance);
コード例 #4
0
 partial void DeleteScribedSpell(ScribedSpell instance);
コード例 #5
0
 partial void InsertScribedSpell(ScribedSpell instance);