Kadr.Data.BonusType.BonusType C# (CSharp) Метод

BonusType() публичный Метод

public BonusType ( ) : System.Data.Linq
Результат System.Data.Linq
		public BonusType()
		{
			this._Bonus = new EntitySet<Bonus>(new Action<Bonus>(this.attach_Bonus), new Action<Bonus>(this.detach_Bonus));
			this._BonusSuperType = default(EntityRef<BonusSuperType>);
			OnCreated();
		}