Tp.LegacyProfileConvertsion.Common.TestPlan.TestPlan C# (CSharp) 메소드

TestPlan() 공개 메소드

public TestPlan ( ) : System.Data.Linq
리턴 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();
		}