ATMLModelLibrary.DetailedTestInformationz.DetailedTestInformationz C# (CSharp) 메소드

DetailedTestInformationz() 공개 메소드

public DetailedTestInformationz ( System.Xml.Linq.XElement detailedTestInformation ) : System.Collections.Generic
detailedTestInformation System.Xml.Linq.XElement
리턴 System.Collections.Generic
        public DetailedTestInformationz(XElement detailedTestInformation)
        {
            _detailedTestInformation = detailedTestInformation;
            _entryPoints.AddRange(detailedTestInformation.Descendants(NameSpaceLibrary.tdns + "TestGroupEntryPoint"));
        }
DetailedTestInformationz