FaultData.Database.VoltageCurve.attach_VoltageEnvelopeCurves C# (CSharp) Method

attach_VoltageEnvelopeCurves() private method

private attach_VoltageEnvelopeCurves ( VoltageEnvelopeCurve entity ) : void
entity VoltageEnvelopeCurve
return void
		private void attach_VoltageEnvelopeCurves(VoltageEnvelopeCurve entity)
		{
			this.SendPropertyChanging();
			entity.VoltageCurve = this;
		}