ATMLModelLibrary.model.common.TestConfiguration15.GetAtmlDocumentType C# (CSharp) 메소드

GetAtmlDocumentType() 공개 메소드

public GetAtmlDocumentType ( ) : dbDocument.DocumentType
리턴 dbDocument.DocumentType
        public dbDocument.DocumentType GetAtmlDocumentType()
        {
            return dbDocument.DocumentType.TEST_CONFIGURATION;
        }