示例#1
0
        public FileOperDoJobUserDefType()
        {
            m_pDataChangeUserDefType = new DataChangeUserDefType();

            m_pLineCheckContainKey            = new LineCheckContainKey();
            m_pLineOperChangeUserDefType      = new LineOperChangeUserDefType();
            m_pFileOperCheckFileNameExtension = new FileOperCheckFileNameExtension();
            m_pFileOperFindKeyLineIndex       = new FileOperFindKeyLineIndex();
            m_pLineOperFindKeyIndex           = new LineOperFindKeyIndex();
            m_bFileContainKey = false;
        }
 public FileOperFindKeyLineIndex()
 {
     m_LineFindKeyIndex = new LineOperFindKeyIndex();
 }