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