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

VoltageCurve() public method

public VoltageCurve ( ) : System.Data.Linq
return System.Data.Linq
		public VoltageCurve()
		{
			this._VoltageCurvePoints = new EntitySet<VoltageCurvePoint>(new Action<VoltageCurvePoint>(this.attach_VoltageCurvePoints), new Action<VoltageCurvePoint>(this.detach_VoltageCurvePoints));
			this._VoltageEnvelopeCurves = new EntitySet<VoltageEnvelopeCurve>(new Action<VoltageEnvelopeCurve>(this.attach_VoltageEnvelopeCurves), new Action<VoltageEnvelopeCurve>(this.detach_VoltageEnvelopeCurves));
			OnCreated();
		}