示例#1
0
        internal LearnerHE(LearnerHE MigrationLearnerHE, XmlNode Node, XmlNamespaceManager NSMgr)
        {
            this.Node  = Node;
            this.NSMgr = NSMgr;

            this.UCASPERID = MigrationLearnerHE.UCASPERID;
            this.TTACCOM   = MigrationLearnerHE.TTACCOM;
        }
示例#2
0
        internal LearnerHE(LearnerHE MigrationLearnerHE, XmlNode Node, XmlNamespaceManager NSMgr)
        {
            this.Node  = Node;
            this.NSMgr = NSMgr;

            this.UCASPERID = MigrationLearnerHE.UCASPERID;

            if (MigrationLearnerHE.TTACCOM == null)
            {
                return;
            }
            if (MigrationLearnerHE.TTACCOM != 3)
            {
                this.TTACCOM = MigrationLearnerHE.TTACCOM;
            }
        }