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