FaultData.Database.VoltageCurve.attach_VoltageCurvePoints C# (CSharp) 메소드

attach_VoltageCurvePoints() 개인적인 메소드

private attach_VoltageCurvePoints ( VoltageCurvePoint entity ) : void
entity VoltageCurvePoint
리턴 void
		private void attach_VoltageCurvePoints(VoltageCurvePoint entity)
		{
			this.SendPropertyChanging();
			entity.VoltageCurve = this;
		}