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