Inheritance: 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;
 }