Esempio n. 1
0
		private void detach_SystemAllowableCards(SystemAllowableCard entity)
		{
			this.SendPropertyChanging();
			entity.Card = null;
		}
Esempio n. 2
0
 partial void DeleteSystemAllowableCard(SystemAllowableCard instance);
Esempio n. 3
0
 partial void InsertSystemAllowableCard(SystemAllowableCard instance);
Esempio n. 4
0
 partial void UpdateSystemAllowableCard(SystemAllowableCard instance);
Esempio n. 5
0
		private void attach_SystemAllowableCards(SystemAllowableCard entity)
		{
			this.SendPropertyChanging();
			entity.PhoneSystem = this;
		}