Tp.LegacyProfileConvertsion.Common.TestPlan.TestPlan C# (CSharp) Method

TestPlan() public method

public TestPlan ( ) : System.Data.Linq
return System.Data.Linq
		public TestPlan()
		{
			this._TestCaseTestPlans = new EntitySet<TestCaseTestPlan>(new Action<TestCaseTestPlan>(this.attach_TestCaseTestPlans), new Action<TestCaseTestPlan>(this.detach_TestCaseTestPlans));
			this._General = default(EntityRef<General>);
			this._Project = default(EntityRef<Project>);
			this._Assignable = default(EntityRef<Assignable>);
			OnCreated();
		}