상속: UIX.Views.IDecorable, INull, IComparable, IObjectState
예제 #1
0
 partial void DeleteBonusType(BonusType instance);
예제 #2
0
 partial void UpdateBonusType(BonusType instance);
예제 #3
0
		private void detach_BonusTypes(BonusType entity)
		{
			this.SendPropertyChanging();
			entity.BonusSuperType = null;
		}
예제 #4
0
 partial void InsertBonusType(BonusType instance);
예제 #5
0
 public BonusTypeDecorator(BonusType bonusType)
 {
     this.bonusType = bonusType;
 }