Beispiel #1
0
 partial void Deletet_Penalty(t_Penalty instance);
Beispiel #2
0
 partial void Updatet_Penalty(t_Penalty instance);
Beispiel #3
0
		private void detach_t_Penalties(t_Penalty entity)
		{
			this.SendPropertyChanging();
			entity.t_CompetitionSet = null;
		}
Beispiel #4
0
 partial void Insertt_Penalty(t_Penalty instance);
Beispiel #5
0
		private void attach_t_Penalties(t_Penalty entity)
		{
			this.SendPropertyChanging();
			entity.t_Competition_Team = this;
		}